X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ae8be1b7c79bee73a0592c395605e2fd16953e07..fababe8e55aedaed529554701b2d509cbea4be81:/configure.in diff --git a/configure.in b/configure.in index 2cec6f0e..7929547d 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)], @@ -696,8 +696,8 @@ dnl ---------------- 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 \ + zotnet/Makefile zotnet/mts/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])