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:
parent
de73f644ba
commit
e9a2241b1b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user