1
0
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:
Peter Kokot
2024-07-27 05:26:32 +02:00
parent bb8d667f8f
commit a7f0fe1f33
7 changed files with 9 additions and 9 deletions

View File

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