Eliminate bogus clearing of CPPFLAGS so the contents of CPPFLAGS

is properly passed down throughout the autoconf script.
This commit is contained in:
Brad Smith 2021-12-29 19:03:37 -05:00
parent 9af44230eb
commit 60b2660b39
1 changed files with 0 additions and 1 deletions

View File

@ -225,7 +225,6 @@ stub_defs=""
extra_defs="$extra_defs -DCAD_DIR=\\\"\${LIBDIR}\\\" -DBIN_DIR=\\\"\${BINDIR}\\\"" extra_defs="$extra_defs -DCAD_DIR=\\\"\${LIBDIR}\\\" -DBIN_DIR=\\\"\${BINDIR}\\\""
X_LIBS= X_LIBS=
X_CFLAGS= X_CFLAGS=
CPPFLAGS=
INC_SPECS= INC_SPECS=
DEPEND_FLAG= DEPEND_FLAG=
SHLIB_CFLAGS="" SHLIB_CFLAGS=""