[latexila] Autotools: don't show the CFLAGS in the summary



commit 1630ac3a95214de4be6bcafc6edbd92ae22e0ef2
Author: SÃbastien Wilmet <swilmet gnome org>
Date:   Fri Nov 23 17:09:46 2012 +0100

    Autotools: don't show the CFLAGS in the summary
    
    The CFLAGS now contains lots of flags, it is not really useful, and can
    anyway be seen in verbose mode (make V=1).

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 63c6f8b..ca9845e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -205,5 +205,5 @@ Configuration:
 
     Prefix: ${prefix}
     Vala Compiler: ${vala_compiler}
-    C Compiler: ${CC} ${CFLAGS} ${CPPFLAGS}
+    C Compiler: ${CC}
 "



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]