0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-06-30 22:19:29 -04:00

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.
This commit is contained in:
Kalle Olavi Niemitalo 2009-03-24 07:24:12 +02:00 committed by Kalle Olavi Niemitalo
parent d84166a641
commit 58b5e3968f

View File

@ -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