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

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