sniper Wed Oct 16 12:21:17 2002 EDT
Modified files:
/php4 acinclude.m4
Log:
- Fix typo..
#
# Note: This is not used at all yet..waiting for comments first. :)
#
Index: php4/acinclude.m4
diff -u php4/acinclude.m4:1.211 php4/acinclude.m4:1.212
--- php4/acinclude.m4:1.211 Tue Oct 15 15:37:16 2002
+++ php4/acinclude.m4 Wed Oct 16 12:21:13 2002
@@ -1,4 +1,4 @@
-dnl $Id: acinclude.m4,v 1.211 2002/10/15 19:37:16 sniper Exp $
+dnl $Id: acinclude.m4,v 1.212 2002/10/16 16:21:13 sniper Exp $
dnl
dnl This file contains local autoconf functions.
@@ -1807,7 +1807,7 @@
done
rm -rf "$tmp"
])
-if test -z "$SED"; then
+if test -z "$ac_cv_path_sed"; then
AC_MSG_ERROR([Could not find working sed on this system. Please install GNU sed.])
else
SED=$ac_cv_path_sed
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php