1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00: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 Kalle Olavi Niemitalo
parent cf86e2e72f
commit ca7a68aa76

View File

@ -724,7 +724,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