From dc8d09bbbde45cfcc15907976c8bb5dd12fed64a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schl=C3=BCter?= Date: Wed, 11 Jul 2007 17:36:56 +0000 Subject: - MFH: Always enable mail() function --- acinclude.m4 | 3 --- 1 file changed, 3 deletions(-) (limited to 'acinclude.m4') 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) ]) -- cgit v1.2.1