* configure.in: Only add XASSERTS to cppflags.

This commit is contained in:
Jan Djärv 2005-03-10 17:22:50 +00:00
parent 0f88527fdd
commit 9224ae9ca2

View file

@ -3103,7 +3103,6 @@ echo
if test $USE_XASSERTS = yes; then
echo " Compiling with asserts turned on."
CFLAGS="$CFLAGS -DXASSERTS=1"
CPPFLAGS="$CPPFLAGS -DXASSERTS=1"
echo
fi