+2005-11-10 Josh Bressers <josh@bress.net>
+
+ * Fedora Bug #172838: configure.in: Fix the AC_PATH_PROG default when
+ sendmail isn't found during build.
+
2005-11-09 Peter Maydell <pmaydell@chiark.greenend.org.uk>
* h/aliasbr.h: fix a non-ANSI prototype.
dnl Look for `sendmail'
pathtmp=/usr/lib:/usr/sbin:/usr/etc:/usr/ucblib:/usr/bin:/bin
-AC_PATH_PROG(sendmailpath, sendmail, no, [$pathtmp])
+AC_PATH_PROG(sendmailpath, sendmail, /usr/sbin/sendmail, [$pathtmp])
dnl Look for `vi'
pathtmp=/usr/bin:/bin:/usr/ucb:/usr/local/bin