mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
make --enable-cpp work when new-parser is left to default (which is on)
This commit is contained in:
parent
086084c1fa
commit
09ae07f64e
1 changed files with 3 additions and 3 deletions
|
@ -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 '***'
|
||||||
|
|
Loading…
Reference in a new issue