diff options
| author | foobar <sniper@php.net> | 2005-05-30 06:55:20 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2005-05-30 06:55:20 +0000 |
| commit | 5fee97ca338cdf1bc9eb8919edc73c68841d6b48 (patch) | |
| tree | 5f870cf79d80ad35ec20b99ec5b5666adfd70b98 /acinclude.m4 | |
| parent | 4094bf77c56aa38256dde369ff03b65a37775c15 (diff) | |
| download | php-git-5fee97ca338cdf1bc9eb8919edc73c68841d6b48.tar.gz | |
- Changed the PATH_SEPARATOR check to a macro
- Made sure we're generating aclocal.m4 in same way with both buildconf
and phpize.
# Bug #33177
Diffstat (limited to 'acinclude.m4')
| -rw-r--r-- | acinclude.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index db2cd40ab2..96239a5966 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2413,6 +2413,7 @@ dnl dnl Generates the config.nice file dnl AC_DEFUN([PHP_CONFIG_NICE],[ + AC_REQUIRE([LT_AC_PATH_SEPARATOR]) AC_REQUIRE([AC_PROG_EGREP]) AC_REQUIRE([LT_AC_PROG_SED]) PHP_SUBST(EGREP) |
