]> granicus.if.org Git - neomutt/commitdiff
Don't default to "no" when we can't find sendmail. #713; Brendan
authorThomas Roessler <roessler@does-not-exist.org>
Fri, 3 Aug 2001 16:00:31 +0000 (16:00 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Fri, 3 Aug 2001 16:00:31 +0000 (16:00 +0000)
Cully.

configure.in

index 87d6b678b437fd83426b3d282b4c99da77d01e85..8ca897fad61ba8f2759760815261157fab760411 100644 (file)
@@ -55,8 +55,7 @@ fi
 AC_SUBST(DEBUGGER)
 
 ac_aux_path_sendmail=/usr/sbin:/usr/lib
-AC_PATH_PROG(SENDMAIL, sendmail, no, $PATH:$ac_aux_path_sendmail)
-
+AC_PATH_PROG(SENDMAIL, sendmail, /usr/sbin/sendmail, $PATH:$ac_aux_path_sendmail)
 AC_DEFINE_UNQUOTED(SENDMAIL, "$ac_cv_path_SENDMAIL")
 
 OPS='$(srcdir)/OPS'