diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-01-09 21:28:40 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-01-10 00:21:51 +0100 |
commit | 92a1e544f67eae888517fcfa52d45e9530403a81 (patch) | |
tree | 0ee570cce73bebd8335c6bf0300ce3a15da83679 /configure.ac | |
parent | b202af672cf7d1825b68adc352374031bf68c6f2 (diff) |
configure: no Xinerama on Darwin
Change-Id: Iad86269939cd75f9158f86e6da04952f85868e5a
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 1 insertions, 5 deletions
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 |