diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2014-04-02 13:48:12 +0200 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2014-04-02 13:48:12 +0200 |
commit | d4814544eae305f974de2b0303d11ec67f54294c (patch) | |
tree | d471195ee61294f23565824ed3666531ee924ef5 | |
parent | 941b96a23522f03d221881c6dbbe12c7ccc7a606 (diff) |
build-sys: re-organize summary to show major info first
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 10f3817..fa3a2e4 100644 --- a/configure.ac +++ b/configure.ac @@ -741,14 +741,14 @@ AC_MSG_NOTICE([ prefix: ${prefix} c compiler: ${CC} + Target: ${red_target} + Gtk: $GTK_API_VERSION Coroutine: ${with_coroutine} Audio: ${with_audio} - Target: ${red_target} SASL support: ${enable_sasl} Smartcard support: ${have_smartcard} USB redirection support: ${have_usbredir} ${with_usbredir_hotplug} - Gtk: $GTK_API_VERSION DBus: ${have_dbus} Now type 'make' to build $PACKAGE |