From 58b5e3968fb65ad0104e41d80c68beb3e2a07e0f Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Tue, 24 Mar 2009 07:24:12 +0200 Subject: [PATCH] Restore original wording of Pasky's comment The SEE_FLAGS configury may be derived from Guile but there are no SEE_FLAGS in the Guile source tree. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index de07bf01..ee8a382e 100644 --- a/configure.in +++ b/configure.in @@ -554,7 +554,7 @@ AC_ARG_WITH(see, [ --with-see enable Simple Ecmascript Engine (SEE [ if test "x$withval" != xno; then enable_see=yes; fi ]) # The following is probably bad, ugly and so on. Stolen from Guile's (1.4) -# SEE_FLAGS but I really don't want to require people to have Guile in order +# GUILE_FLAGS but I really don't want to require people to have Guile in order # to compile CVS. Also, the macro seems to be really stupid regarding searching # for Guile in $PATH etc. --pasky -- 2.11.4.GIT