mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Do not add GUILE_CFLAGS to the CPPFLAGS.
This commit is contained in:
parent
cf86e2e72f
commit
ca7a68aa76
@ -724,7 +724,6 @@ if test "$enable_guile" = "yes"; then
|
|||||||
GUILE_LIBS="`guile-config link`"
|
GUILE_LIBS="`guile-config link`"
|
||||||
GUILE_CFLAGS="`guile-config compile`"
|
GUILE_CFLAGS="`guile-config compile`"
|
||||||
LIBS="$GUILE_LIBS $LIBS"
|
LIBS="$GUILE_LIBS $LIBS"
|
||||||
CPPFLAGS="$CPPFLAGS $GUILE_CFLAGS"
|
|
||||||
EL_CONFIG(CONFIG_SCRIPTING_GUILE, [Guile])
|
EL_CONFIG(CONFIG_SCRIPTING_GUILE, [Guile])
|
||||||
AC_SUBST(GUILE_CFLAGS)
|
AC_SUBST(GUILE_CFLAGS)
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user