summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2007-07-11 17:36:56 +0000
committerJohannes Schlüter <johannes@php.net>2007-07-11 17:36:56 +0000
commitdc8d09bbbde45cfcc15907976c8bb5dd12fed64a (patch)
tree8e70c176ed1cca66281927f36ba180658398e847 /acinclude.m4
parent90b9d6241e4a360288ed00fae0eeab0aee1cb7ca (diff)
downloadphp-git-dc8d09bbbde45cfcc15907976c8bb5dd12fed64a.tar.gz
- MFH: Always enable mail() function
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 5b43d362e2..9814b1a24e 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1991,9 +1991,6 @@ dnl
AC_DEFUN([PHP_PROG_SENDMAIL], [
PHP_ALT_PATH=/usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib:/usr/lib
AC_PATH_PROG(PROG_SENDMAIL, sendmail,[], $PATH:$PHP_ALT_PATH)
- if test -n "$PROG_SENDMAIL"; then
- AC_DEFINE(HAVE_SENDMAIL,1,[whether you have sendmail])
- fi
PHP_SUBST(PROG_SENDMAIL)
])