diff options
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 3c0f6a8eb5..728cb72654 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2608,7 +2608,7 @@ dnl Generates the config.nice file dnl AC_DEFUN([PHP_CONFIG_NICE],[ AC_REQUIRE([AC_PROG_EGREP]) - AC_REQUIRE([LT_AC_PROG_SED]) + AC_REQUIRE([AC_PROG_SED]) PHP_SUBST_OLD(EGREP) PHP_SUBST_OLD(SED) test -f $1 && mv $1 $1.old |