aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 755aeacc..db7b899f 100644
--- a/configure.in
+++ b/configure.in
@@ -217,6 +217,7 @@ if test "$procmail"
then
echo "Found procmail, will use it as a fallback MDA."
AC_DEFINE(FALLBACK_MDA, "$procmail -d %T")
+else
AC_PATH_PROG(sendmail, sendmail, "", $PATH:/usr/sbin)
if test "$sendmail"
then