[Xcb] [PATCH libxcb 3/3] help text: do not report the insanly long list of Warning flags.

Gaetan Nadon memsize at videotron.ca
Wed Mar 26 12:40:57 PDT 2014


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.

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 configure.ac |    1 -
 1 file changed, 1 deletion(-)

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}"
-- 
1.7.9.5



More information about the Xcb mailing list