summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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