Autotools: Quote PHP_CONFIG_NICE arguments

This commit is contained in:
Peter Kokot 2024-07-26 09:58:59 +02:00
parent 44b0baf705
commit fa7ee84f0b
No known key found for this signature in database
GPG key ID: A94800907AA79B36
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ AC_CONFIG_SRCDIR([main/php_version.h])
AC_CONFIG_AUX_DIR([build])
AC_PRESERVE_HELP_ORDER
PHP_CONFIG_NICE(config.nice)
PHP_CONFIG_NICE([config.nice])
PHP_CANONICAL_HOST_TARGET

View file

@ -15,7 +15,7 @@ AC_CONFIG_SRCDIR([config.m4])
AC_CONFIG_AUX_DIR([build])
AC_PRESERVE_HELP_ORDER
PHP_CONFIG_NICE(config.nice)
PHP_CONFIG_NICE([config.nice])
AC_DEFUN([PHP_EXT_BUILDDIR],[.])dnl
AC_DEFUN([PHP_EXT_DIR],[""])dnl