diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2014-03-26 15:40:57 -0400 |
---|---|---|
committer | Uli Schlachter <psychon@znc.in> | 2014-08-06 13:29:16 +0200 |
commit | a5e90ae6a1543a681d95b831dc5c44e9c6e78610 (patch) | |
tree | bd9a15507624e66ca991324385561f59a154fdd9 | |
parent | 529e3bfc2088dcd35e68a0a8394d0e9bff7c978b (diff) |
help text: do not report the insanly long list of Warning flags.
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>
Signed-off-by: Uli Schlachter <psychon@znc.in>
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b40fc11..d37a536 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}" |