From de0415e7054438739d2dacb807cd15598b70dc9a Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Thu, 30 May 2024 00:53:07 +0200 Subject: [PATCH] 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. --- build/php.m4 | 1 - 1 file changed, 1 deletion(-) diff --git a/build/php.m4 b/build/php.m4 index 77a99783e2e..fa2365b3631 100644 --- a/build/php.m4 +++ b/build/php.m4 @@ -1606,7 +1606,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, /usr/sbin/sendmail, $PATH:$PHP_ALT_PATH) - PHP_SUBST(PROG_SENDMAIL) ]) dnl