From df017cd0ef9e89d97b64dcf01efc5395fab30f6c Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Fri, 22 Mar 2024 16:27:03 +0100 Subject: [PATCH] Remove unused variable APXS_BINDIR Last usage removed via d3bc8beb4ff9e00c3742ada32788239c3f7988e0. --- sapi/apache2handler/config.m4 | 1 - 1 file changed, 1 deletion(-) diff --git a/sapi/apache2handler/config.m4 b/sapi/apache2handler/config.m4 index bcdb188d1b8..3cf76adea3b 100644 --- a/sapi/apache2handler/config.m4 +++ b/sapi/apache2handler/config.m4 @@ -34,7 +34,6 @@ if test "$PHP_APXS2" != "no"; then fi APXS_INCLUDEDIR=`$APXS -q INCLUDEDIR` - APXS_BINDIR=`$APXS -q BINDIR` APXS_HTTPD=`$APXS -q SBINDIR`/`$APXS -q TARGET` APXS_CFLAGS=`$APXS -q CFLAGS` APU_BINDIR=`$APXS -q APU_BINDIR`