make --enable-cpp work when new-parser is left to default (which is on)

This commit is contained in:
Bill Currie 2001-07-19 03:00:08 +00:00
parent 086084c1fa
commit 09ae07f64e

View file

@ -102,11 +102,11 @@ fi
AM_CONDITIONAL(NEW_PARSER, test "x$enable_new_parser" != "xno") AM_CONDITIONAL(NEW_PARSER, test "x$enable_new_parser" != "xno")
AC_ARG_ENABLE(cpp, AC_ARG_ENABLE(cpp,
[ --enable-cpp Enable use of the C preprocessor.] [ --enable-cpp Enable use of the C preprocessor.],
) if test "x$enable_new_parser" != "xno"; then
if test "x$enable_new_parser" = "xyes"; then
AC_DEFINE(USE_CPP) AC_DEFINE(USE_CPP)
fi fi
)
if test "x$HAVE_QF" = xno; then if test "x$HAVE_QF" = xno; then
echo '***' echo '***'