Fix automatic detection of sendmail binary.
Submitted by: Frank Bartels <knarf@camelot.de>
This commit is contained in:
parent
e6d411bdb7
commit
7f2f27f082
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37821
1 changed files with 11 additions and 2 deletions
|
@ -1,5 +1,14 @@
|
|||
--- configure.orig Wed Oct 11 22:24:41 2000
|
||||
+++ configure Thu Oct 19 00:49:26 2000
|
||||
--- configure.orig Fri Oct 20 21:05:17 2000
|
||||
+++ configure Wed Jan 31 01:00:13 2001
|
||||
@@ -1626,7 +1626,7 @@
|
||||
;;
|
||||
*)
|
||||
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
|
||||
- ac_dummy="$PATH /usr/bin /usr/sbin /usr/etc /etc /usr/ucblib"
|
||||
+ ac_dummy="$PATH:/usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib"
|
||||
for ac_dir in $ac_dummy; do
|
||||
test -z "$ac_dir" && ac_dir=.
|
||||
if test -f $ac_dir/$ac_word; then
|
||||
@@ -5157,8 +5157,8 @@
|
||||
fi
|
||||
if test "$withval" != "no" && test "$withval" != "yes"; then
|
||||
|
|
Loading…
Reference in a new issue