[latexila] Autotools: don't show the CFLAGS in the summary
- From: SÃbastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] Autotools: don't show the CFLAGS in the summary
- Date: Fri, 23 Nov 2012 16:11:17 +0000 (UTC)
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]