fix cxxflags typo (obs from Denys Duchier).

This commit is contained in:
Vítor Santos Costa 2012-06-21 22:40:28 +01:00
parent c64d22311d
commit 4d21a8c062
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -4999,7 +4999,7 @@ echo "${ECHO_T}no" >&6; }
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
CXXFLAGS="$my_save_cflags"
CXXFLAGS="$my_save_cxxflags"
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'

View File

@ -510,7 +510,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])],
[yap_cv_clpbn_bp=yes],
[AC_MSG_RESULT([no])]
)
CXXFLAGS="$my_save_cflags"
CXXFLAGS="$my_save_cxxflags"
AC_LANG_POP()
if test "$yap_cv_clpbn_bp" = no