fix cxxflags typo (obs from Denys Duchier).
This commit is contained in:
parent
c64d22311d
commit
4d21a8c062
2
configure
vendored
2
configure
vendored
@ -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'
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user