From aa1ddac8adabf2f7536555b377f18e3302ebac1e Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 16 Oct 2002 16:21:13 +0000 Subject: [PATCH] - Fix typo.. # # Note: This is not used at all yet..waiting for comments first. :) # --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 2f52a4085c3..1f32e375c89 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