From 09ae07f64e31170d3bf5608a28d6204862319024 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 19 Jul 2001 03:00:08 +0000 Subject: [PATCH] make --enable-cpp work when new-parser is left to default (which is on) --- tools/qfcc/configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/qfcc/configure.in b/tools/qfcc/configure.in index d8596c6ba..5d341cd51 100644 --- a/tools/qfcc/configure.in +++ b/tools/qfcc/configure.in @@ -102,11 +102,11 @@ fi AM_CONDITIONAL(NEW_PARSER, test "x$enable_new_parser" != "xno") AC_ARG_ENABLE(cpp, - [ --enable-cpp Enable use of the C preprocessor.] -) -if test "x$enable_new_parser" = "xyes"; then + [ --enable-cpp Enable use of the C preprocessor.], +if test "x$enable_new_parser" != "xno"; then AC_DEFINE(USE_CPP) fi +) if test "x$HAVE_QF" = xno; then echo '***'