Commit 65707516d3c3226a1c9cf45b76f03e77f54f309d

Con Kolivas 2011-09-02T12:36:11

With no c++ code there is no point showing CXXFLAGS.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/configure.ac b/configure.ac
index 18e5f56..9261597 100644
--- a/configure.ac
+++ b/configure.ac
@@ -262,7 +262,6 @@ echo
 echo "Compilation............: make (or gmake)"
 echo "  CPPFLAGS.............: $CPPFLAGS"
 echo "  CFLAGS...............: $CFLAGS"
-echo "  CXXFLAGS.............: $CXXFLAGS"
 echo "  LDFLAGS..............: $LDFLAGS"
 echo
 echo "Installation...........: make install (as root if needed, with 'su' or 'sudo')"