From 7f2f27f0828de1bd691fb262f70352494a451cc7 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Wed, 31 Jan 2001 00:08:54 +0000 Subject: Fix automatic detection of sendmail binary. Submitted by: Frank Bartels --- www/mod_php3/files/patch-aq | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'www/mod_php3') diff --git a/www/mod_php3/files/patch-aq b/www/mod_php3/files/patch-aq index a4d0d9da4b4f..6bd84e9ca6f3 100644 --- a/www/mod_php3/files/patch-aq +++ b/www/mod_php3/files/patch-aq @@ -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 -- cgit v1.2.3