X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ae8be1b7c79bee73a0592c395605e2fd16953e07..98dfa6e68dd83922cddf00ebe2a986d076c250d0:/configure.in diff --git a/configure.in b/configure.in index 2cec6f0e..bf570653 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])