summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2005-03-10 17:22:50 +0000
committerJan Djärv <jan.h.d@swipnet.se>2005-03-10 17:22:50 +0000
commitc0141bb7516055e3fb6dd254e0f512979780b217 (patch)
tree84b680bf243d6edc4a9270eedb52a31aa07669ee /configure.in
parent697e6765f5e2a565853cfde679d46a6c5d175f1e (diff)
downloademacs-c0141bb7516055e3fb6dd254e0f512979780b217.tar.gz
* configure.in: Only add XASSERTS to cppflags.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a23b28f0cf8..291ae9a9c08 100644
--- a/configure.in
+++ b/configure.in
@@ -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