summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-10-16 16:21:13 +0000
committerfoobar <sniper@php.net>2002-10-16 16:21:13 +0000
commitaa1ddac8adabf2f7536555b377f18e3302ebac1e (patch)
treed93824361bef5894b861a625c80a68f3d3168390
parent9f158fc9c0c6bc85b622f759d731c1178131d7d6 (diff)
downloadphp-git-aa1ddac8adabf2f7536555b377f18e3302ebac1e.tar.gz
- Fix typo..
# # Note: This is not used at all yet..waiting for comments first. :) #
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 2f52a4085c..1f32e375c8 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1807,7 +1807,7 @@ $debug ||
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