diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2005-03-10 17:22:50 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2005-03-10 17:22:50 +0000 |
commit | 9224ae9ca2401189a229c24c7bbe883c5f405ae3 (patch) | |
tree | cf6986ea351dd60b26c5295e289c3882dc1e07ba /configure.in | |
parent | 0f88527fdd15c36fa2415b1885d045b38d5a5980 (diff) | |
download | emacs-9224ae9ca2401189a229c24c7bbe883c5f405ae3.tar.gz |
* configure.in: Only add XASSERTS to cppflags.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
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 |