Skip to content

Commit de0415e

Browse files
authored
Remove PROG_SENDMAIL from Makefile (#14355)
PROG_SENDMAIL is not used in the generated Makefile. For the main/build-defs.h it is substituted automatically with AC_PATH_PROG.
1 parent 0242577 commit de0415e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/php.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1606,7 +1606,6 @@ dnl
16061606
AC_DEFUN([PHP_PROG_SENDMAIL], [
16071607
PHP_ALT_PATH=/usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib:/usr/lib
16081608
AC_PATH_PROG(PROG_SENDMAIL, sendmail, /usr/sbin/sendmail, $PATH:$PHP_ALT_PATH)
1609-
PHP_SUBST(PROG_SENDMAIL)
16101609
])
16111610

16121611
dnl

0 commit comments

Comments
 (0)