[gtk+/gtk-3-8] Reorder message in configure.ac to display result on the same line



commit 4de215436839c6d55710aac9b710fe0444485c7b
Author: Timothy Arceri <t_arceri yahoo com au>
Date:   Sun Sep 29 09:18:38 2013 +1000

    Reorder message in configure.ac to display result on the same line
    
    https://bugzilla.gnome.org/show_bug.cgi?id=341146
    
    Signed-off-by: Timothy Arceri <t_arceri yahoo com au>

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4f87309..038d9ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1087,7 +1087,6 @@ if test "x$enable_x11_backend" = xyes; then
       case "$host" in
         *-*-solaris*)
             # Check for solaris
-           AC_MSG_CHECKING(for Xinerama support on Solaris)
 
            have_solaris_xinerama=false
            AC_CHECK_FUNC(XineramaGetInfo,
@@ -1095,6 +1094,8 @@ if test "x$enable_x11_backend" = xyes; then
                    [have_solaris_xinerama=true], :,
                    [#include <X11/Xlib.h>])])
 
+           AC_MSG_CHECKING(for Xinerama support on Solaris)
+
             if $have_solaris_xinerama ; then
               X_EXTENSIONS="$X_EXTENSIONS Xinerama"
               AC_DEFINE(HAVE_SOLARIS_XINERAMA, 1,


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