]> diplodocus.org Git - nmh/blobdiff - configure.in
[bug #9813] Don't crash after removing the folder if the context file
[nmh] / configure.in
index 287875bc95dc6948ff218ba5e32ddb4c2b575bc1..729a76622e6978166d47ba58a38b535441beeb5d 100644 (file)
@@ -352,7 +352,7 @@ AC_SUBST(pagerpath)dnl
 
 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