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
No known key found for this signature in database
GPG Key ID: 56322FE83A7566FC

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`