From 30d881d0f774ff69767bc0703706eb4730e4f293 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Sun, 29 Sep 2013 09:18:38 +1000 Subject: [PATCH] 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 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7be15d2a07..d6c353b3d7 100644 --- a/configure.ac +++ b/configure.ac @@ -1084,7 +1084,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, @@ -1092,6 +1091,8 @@ if test "x$enable_x11_backend" = xyes; then [have_solaris_xinerama=true], :, [#include ])]) + AC_MSG_CHECKING(for Xinerama support on Solaris) + if $have_solaris_xinerama ; then X_EXTENSIONS="$X_EXTENSIONS Xinerama" AC_DEFINE(HAVE_SOLARIS_XINERAMA, 1,