From: Gaetan Nadon Date: Wed, 26 Mar 2014 19:40:57 +0000 (-0400) Subject: help text: do not report the insanly long list of Warning flags. X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?p=free-sw%2Fxcb%2Flibxcb;a=commitdiff_plain;h=a5e90ae6a1543a681d95b831dc5c44e9c6e78610;ds=sidebyside 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 Signed-off-by: Gaetan Nadon Signed-off-by: Uli Schlachter --- 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}"