aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.config.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index e3fe5218b4..7b53f4bc46 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -31,8 +31,13 @@ CC := @CC@
#
# Compilation flags for the C and C++ compilers.
#
-CPPFLAGS+=@DEFS@
-CCFLAGS+=@DEFS@
+
+#
+# Removing the compiler flags for now. They interfere with the test suite
+# (which has its own autoconf stuff), and we don't use -DHAVE_CONFIG_H anyway.
+#
+#CPPFLAGS+=@DEFS@
+#CCFLAGS+=@DEFS@
LDFLAGS+=@LDFLAGS@
#