]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.in: Only add XASSERTS to cppflags.
authorJan Djärv <jan.h.d@swipnet.se>
Thu, 10 Mar 2005 17:22:50 +0000 (17:22 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Thu, 10 Mar 2005 17:22:50 +0000 (17:22 +0000)
configure.in

index a23b28f0cf8019eb961fc51647534afeaf68207e..291ae9a9c08238edd0da37b6bd4e5f0b1c98565a 100644 (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