[latexila] Autotools: print first the Vala compiler in the summary



commit 74253059cd695090b6e06c8900cd2de5f2960786
Author: SÃbastien Wilmet <swilmet gnome org>
Date:   Sat Nov 17 20:02:50 2012 +0100

    Autotools: print first the Vala compiler in the summary
    
    Because now the CFLAGS take several lines.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index cae2c69..3ccb3ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -196,6 +196,6 @@ Configuration:
     ${PACKAGE_NAME} version ${PACKAGE_VERSION}
 
     Prefix: ${prefix}
-    C Compiler: ${CC} ${CFLAGS} ${CPPFLAGS}
     Vala Compiler: ${vala_compiler}
+    C Compiler: ${CC} ${CFLAGS} ${CPPFLAGS}
 "



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