aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2005-03-10 17:22:50 +0000
committerJan Djärv2005-03-10 17:22:50 +0000
commit9224ae9ca2401189a229c24c7bbe883c5f405ae3 (patch)
treecf6986ea351dd60b26c5295e289c3882dc1e07ba
parent0f88527fdd15c36fa2415b1885d045b38d5a5980 (diff)
downloademacs-9224ae9ca2401189a229c24c7bbe883c5f405ae3.tar.gz
emacs-9224ae9ca2401189a229c24c7bbe883c5f405ae3.zip
* configure.in: Only add XASSERTS to cppflags.
-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
3103 3103
3104if test $USE_XASSERTS = yes; then 3104if test $USE_XASSERTS = yes; then
3105 echo " Compiling with asserts turned on." 3105 echo " Compiling with asserts turned on."
3106 CFLAGS="$CFLAGS -DXASSERTS=1"
3107 CPPFLAGS="$CPPFLAGS -DXASSERTS=1" 3106 CPPFLAGS="$CPPFLAGS -DXASSERTS=1"
3108 echo 3107 echo
3109fi 3108fi