@X_CFLAGS@ does not belong in AM_CXXFLAGS

Adam Megacz megacz@cs.berkeley.edu
Mon Dec 18 10:50:00 GMT 2006


ok to commit?

  - a

2006-12-18  Adam Megacz <megacz@cs.berkeley.edu>

        * Makefile.am: remove @X_CFLAGS@ from AM_CXXFLAGS; it causes
        -I/usr/include to wind up in cross-builds
        * configure: Regenerate.

Index: Makefile.am
===================================================================
--- Makefile.am (revision 119968)
+++ Makefile.am (working copy)
@@ -114,7 +114,6 @@
        -Wswitch-enum \
        -D_FILE_OFFSET_BITS=64 \
        @LIBGCJ_CXXFLAGS@ \
-       @X_CFLAGS@ \
        $(WARNINGS) \
        -D_GNU_SOURCE \
        -DPREFIX="\"$(prefix)\"" \



More information about the Java-patches mailing list