diff options
author | foobar <sniper@php.net> | 2005-06-02 21:36:38 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-06-02 21:36:38 +0000 |
commit | 2fa74dab0ecd451a5c96c1527bf04a08ab1c852f (patch) | |
tree | ebd84dd7f96ee97a75348753b54e48ff3adcb6b2 /acinclude.m4 | |
parent | cb5a9f534a9f1e95bdfaf5beaccedce1ed6fe7cf (diff) | |
download | php-git-2fa74dab0ecd451a5c96c1527bf04a08ab1c852f.tar.gz |
- Revert previous change in build/libtool.m4 and make sure
the PATH_SEPARATOR check is only done under autoconf 2.13.
# fixes also the php-gtk buildconf probs
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 242e866fb9..a4bf00ebd6 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2413,7 +2413,6 @@ 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) |