From 9de124d371e99f57c9340b454a59b6c4603392b4 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 29 May 2001 22:48:06 +0000 Subject: Before trying to fix the no-reset bug. svn path=/trunk/; revision=3329 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 566a4ea4..20e458d1 100644 --- a/configure.in +++ b/configure.in @@ -221,7 +221,7 @@ AC_DEFINE_UNQUOTED(PID_DIR, "$dir") # a sendmail alias) do the right thing in this circumstance. # AC_PATH_PROG(procmail, procmail, "", $PATH:/usr/sbin) -AC_PATH_PROG(sendmail, sendmail, "", $PATH:/usr/sbin) +AC_PATH_PROG(sendmail, sendmail, "", $PATH:/usr/sbin:/usr/lib) ### use option --disable-fallback to disable fallback MDA ### use option --enable-fallback=procmail or @@ -456,7 +456,7 @@ directory], if test "$with_kerberos" != "no" then # Check for a NetBSD/OpenBSD special case -if test "$with_kerberos" = "yes" && ( test `uname` = "NetBSD" || test `uname`= "OpenBSD" ) +if test "$with_kerberos" = "yes" && ( test `uname` = "NetBSD" || test `uname` = "OpenBSD" ) then AC_CHECKING([kerberosIV for `uname`]) AC_DEFINE(KERBEROS_V4) -- cgit v1.2.3