xserver: Branch 'master'

Adam Jackson ajax at kemper.freedesktop.org
Thu Jul 31 10:46:09 PDT 2008


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2198e237b2ed85857c671eee2cd04dfc032befee
Author: Tomas Carnecky <tom at dbservice.com>
Date:   Thu Jul 31 13:46:06 2008 -0400

    Cosmetic cleanup to Xvfb/Xdmx configure check output.

diff --git a/configure.ac b/configure.ac
index 93c3cb1..570a688 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1187,8 +1187,8 @@ fi
 
 dnl Xnest DDX
 
-AC_MSG_CHECKING([whether to build Xnest DDX])
 PKG_CHECK_MODULES(XNESTMODULES, [xfont xext x11 xau $XDMCP_MODULES], [have_xnest=yes], [have_xnest=no])
+AC_MSG_CHECKING([whether to build Xnest DDX])
 if test "x$XNEST" = xauto; then
 	XNEST="$have_xnest"
 fi
@@ -1565,8 +1565,8 @@ AM_CONDITIONAL(XQUARTZ, [test "x$XQUARTZ" = xyes])
 
 dnl DMX DDX
 
-AC_MSG_CHECKING([whether to build Xdmx DDX])
 PKG_CHECK_MODULES([DMXMODULES], [xmuu xext x11 xrender xfixes xfont xi dmxproto xau $XDMCP_MODULES], [have_dmx=yes], [have_dmx=no])
+AC_MSG_CHECKING([whether to build Xdmx DDX])
 if test "x$DMX" = xauto; then
 	DMX="$have_dmx"
 	case $host_os in


More information about the xorg-commit mailing list