diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-03-07 21:25:01 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-03-07 21:25:01 +0000 |
commit | c655543868305b428a4588ce132003e48602b0bf (patch) | |
tree | 3e9897790739a751aac5204071fec4f26b72782e /configure.in | |
parent | 4449d2027bf7066f836eef0dddb42f8b18e613b0 (diff) | |
download | fetchmail-c655543868305b428a4588ce132003e48602b0bf.tar.gz fetchmail-c655543868305b428a4588ce132003e48602b0bf.tar.bz2 fetchmail-c655543868305b428a4588ce132003e48602b0bf.zip |
Get procmail/sendmail configuration right.
svn path=/trunk/; revision=3220
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
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 |