mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Autotools: Quote macro arguments
- PHP_EXPAND_PATH - PHP_LIBGCC_LIBPATH - PHP_OUTPUT - PHP_REMOVE_USR_LIB
This commit is contained in:
@@ -14,7 +14,7 @@ if test "$PHP_APXS2" != "no"; then
|
||||
APXS=/usr/sbin/apxs
|
||||
fi
|
||||
else
|
||||
PHP_EXPAND_PATH($PHP_APXS2, APXS)
|
||||
PHP_EXPAND_PATH([$PHP_APXS2], [APXS])
|
||||
fi
|
||||
|
||||
$APXS -q CFLAGS >/dev/null 2>&1
|
||||
|
||||
Reference in New Issue
Block a user