summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2014-02-23 13:55:30 -0500
committerGaetan Nadon <memsize@videotron.ca>2014-04-02 13:30:03 -0400
commite3093e8c61168b0bf7ae144db23a93b31529b4bb (patch)
tree63edfa37e6653e6724c650c8c2afd3f8c4eff99b
parent61988cd66d429be8f26ca65ea6c96e7bd1a48160 (diff)
help text: do not report the insanly long list of Warning flags.HEADmaster
Originally there was just one. Now that XCB has been integrated with X and uses the same compiler flags, it is a different story. Used CFLAGS: CPPFLAGS............: CFLAGS..............: -g -O2 Warning CFLAGS......: -Wall -Wpointer-arith AND SO ON FOR 8 lines... It completely defaces the otherwise excellent output. Reviewed-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 80b1ad4..05eca86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -329,7 +329,6 @@ echo ""
echo " Used CFLAGS:"
echo " CPPFLAGS............: ${CPPFLAGS}"
echo " CFLAGS..............: ${CFLAGS}"
-echo " Warning CFLAGS......: ${BASE_CFLAGS}"
echo ""
echo " Installation:"
echo " Prefix..............: ${prefix}"