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 /configure.in | |
parent | a00a1d12eac157905d6f67361814a695687a7d32 (diff) | |
download | php-git-1e56dd781a1a7b3511f06c8a019c28823d9585b9.tar.gz |
Make use of already existing macro PHP_PROG_SENDMAIL
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 41f6919537..d535ebe7da 100644 --- a/configure.in +++ b/configure.in @@ -174,10 +174,7 @@ else fi fi -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 +PHP_PROG_SENDMAIL dnl Check whether the system uses EBCDIC (not ASCII) as its native codeset PHP_EBCDIC |