From 321e0a21600e418bbeb164043a9a21a0ff80cbe9 Mon Sep 17 00:00:00 2001 From: Ben Byer Date: Sun, 9 Sep 2007 16:28:41 -0700 Subject: [PATCH] fixed cut-and-paste typo --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index f02ad6dfa..0025ecca0 100644 --- a/configure.ac +++ b/configure.ac @@ -1688,10 +1688,8 @@ AC_MSG_CHECKING([whether to build XDarwin (Mac OS X) DDX]) if test "x$XDARWIN" = xauto; then case $host_os in darwin*) XDARWIN="yes" ;; - *) XWIN="no" ;; + *) XDARWIN="no" ;; esac - XWIN_LIBS="$FB_LIB $XEXT_LIB $CONFIG_LIB $XI_LIB $XKB_LIB $XKB_STUB_LIB $COMPOSITE_LIB $DAMAGE_LIB $LAYER_LIB $XPSTUBS_LIB $SHADOW_LIB" - AC_SUBST([XWIN_LIBS]) fi AC_MSG_RESULT([$XDARWIN])