X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.in;h=bf5706534947bd384d20292ef20415137a1ce0e8;hb=832517a97394250ee37db56cb98fac9960d5522f;hp=2cec6f0ee6fcc73b46771089f2781e93486eca15;hpb=ae8be1b7c79bee73a0592c395605e2fd16953e07;p=mmh diff --git a/configure.in b/configure.in index 2cec6f0..bf57065 100644 --- a/configure.in +++ b/configure.in @@ -403,7 +403,7 @@ AC_FUNC_VFORK AC_CHECK_LIB(mkstemp,mkstemp) AC_CHECK_FUNCS(waitpid wait3 sigaction sigprocmask sigblock sigsetmask \ sighold sigrelse writev lstat uname tzset killpg mkstemp \ - sethostent) + sethostent getutent) dnl solaris screws this up AC_CHECK_FUNC(gethostbyname, [AC_DEFINE(HAVE_GETHOSTBYNAME)], @@ -697,7 +697,7 @@ dnl OUTPUT MAKEFILES dnl ---------------- AC_OUTPUT(Makefile config/Makefile h/Makefile sbr/Makefile uip/Makefile \ zotnet/Makefile zotnet/mts/Makefile zotnet/tws/Makefile \ - zotnet/mf/Makefile mts/Makefile mts/smtp/Makefile \ + mts/Makefile mts/smtp/Makefile \ mts/sendmail/Makefile mts/mmdf/Makefile etc/Makefile \ docs/Makefile man/Makefile, \ [test -z "$CONFIG_HEADERS" || echo > stamp-h])