summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2007-07-11 17:39:04 +0000
committerJohannes Schlüter <johannes@php.net>2007-07-11 17:39:04 +0000
commitc91907a51583ba1c1fb0fe00e1a6400a2da8881d (patch)
tree7a4e2fcebc0017a8eda84d6adff2e626503f8df9 /acinclude.m4
parentd3a6deb076d96c6622732f5582727059cb659818 (diff)
downloadphp-git-c91907a51583ba1c1fb0fe00e1a6400a2da8881d.tar.gz
- 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 55875a3b44..7c8d82b44b 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)
])