1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-29 08:17:18 -04:00

Do not add GUILE_CFLAGS to the CPPFLAGS.

This commit is contained in:
Witold Filipczyk 2007-02-17 17:54:36 +01:00 committed by Witold Filipczyk
parent de73f644ba
commit e9a2241b1b

View File

@ -732,7 +732,6 @@ if test "$enable_guile" = "yes"; then
GUILE_LIBS="`guile-config link`"
GUILE_CFLAGS="`guile-config compile`"
LIBS="$GUILE_LIBS $LIBS"
CPPFLAGS="$CPPFLAGS $GUILE_CFLAGS"
EL_CONFIG(CONFIG_SCRIPTING_GUILE, [Guile])
AC_SUBST(GUILE_CFLAGS)
cat <<EOF