Eliminate bogus clearing of CPPFLAGS so the contents of CPPFLAGS
is properly passed down throughout the autoconf script.
This commit is contained in:
parent
9af44230eb
commit
60b2660b39
|
|
@ -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=""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue