From 5fee97ca338cdf1bc9eb8919edc73c68841d6b48 Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 30 May 2005 06:55:20 +0000 Subject: - 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 --- acinclude.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'acinclude.m4') 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) -- cgit v1.2.1