From 92a1e544f67eae888517fcfa52d45e9530403a81 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 9 Jan 2014 21:28:40 +0100 Subject: configure: no Xinerama on Darwin Change-Id: Iad86269939cd75f9158f86e6da04952f85868e5a --- configure.ac | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1b81ee1f70f0..d757466f468f 100644 --- a/configure.ac +++ b/configure.ac @@ -11650,11 +11650,7 @@ fi AC_SUBST(ENABLE_SILENT_MSI) AC_MSG_CHECKING([whether and how to use Xinerama]) -if test "$_os" = "Darwin"; then - USE_XINERAMA=YES - XINERAMA_LINK=dynamic - AC_MSG_RESULT([yes]) -elif test "$_os" = "Linux" -o "$_os" = "FreeBSD"; then +if test "$_os" = "Linux" -o "$_os" = "FreeBSD"; then if test "$x_libraries" = "default_x_libraries"; then XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama` if test "x$XINERAMALIB" = x; then -- cgit