1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Remove unused variable APXS_BINDIR

Last usage removed via d3bc8beb4f.
This commit is contained in:
Peter Kokot
2024-03-22 16:27:03 +01:00
parent 6615476db9
commit df017cd0ef

View File

@@ -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`