diff options
author | Sascha Schumann <sas@php.net> | 2000-05-31 20:44:04 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-05-31 20:44:04 +0000 |
commit | 1e56dd781a1a7b3511f06c8a019c28823d9585b9 (patch) | |
tree | 05060892a659661d036be5c00020ce4197ccee9c /acinclude.m4 | |
parent | a00a1d12eac157905d6f67361814a695687a7d32 (diff) | |
download | php-git-1e56dd781a1a7b3511f06c8a019c28823d9585b9.tar.gz |
Make use of already existing macro PHP_PROG_SENDMAIL
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 3305d61069..61c107df7f 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -291,7 +291,7 @@ AC_DEFUN(PHP_CONFIGURE_PART,[ ]) AC_DEFUN(PHP_PROG_SENDMAIL,[ -AC_PATH_PROG(PROG_SENDMAIL, sendmail, /usr/lib/sendmail, $PATH /usr/bin /usr/sbin /usr/etc /etc /usr/ucblib) +AC_PATH_PROG(PROG_SENDMAIL, sendmail, /usr/lib/sendmail, $PATH:/usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib) if test -n "$PROG_SENDMAIL"; then AC_DEFINE(HAVE_SENDMAIL) fi |