]> granicus.if.org Git - php/commitdiff
- Enable the sed check. (and moved earlier so we can use the $SED everywhere)
authorfoobar <sniper@php.net>
Mon, 28 Oct 2002 02:13:43 +0000 (02:13 +0000)
committerfoobar <sniper@php.net>
Mon, 28 Oct 2002 02:13:43 +0000 (02:13 +0000)
configure.in

index 005fbdd199c0992083abf15c11f602ba70977e47..5909d3f28a6c0b24c61a7df67aeca6825f4bc81d 100644 (file)
@@ -30,6 +30,9 @@ dnl -------------------------------------------------------------------------
 AC_PREREQ(2.13)
 AC_INIT(README.CVS-RULES)
 
+dnl check for working sed
+PHP_PROG_SED
+
 PHP_CONFIG_NICE(config.nice)
 for arg in $0 "$@"; do
   CONFIGURE_COMMAND="$CONFIGURE_COMMAND '$arg'"
@@ -128,9 +131,6 @@ dnl AC_PROG_CXXCPP
 dnl check for -R, etc. switch
 PHP_RUNPATH_SWITCH
 
-dnl check for working sed (disabled for now, waiting for comments)
-dnl PHP_PROG_SED
-
 AC_PROG_RANLIB
 AC_PROG_LN_S
 AC_PROG_AWK