From 2a5d7a98a88e7cb1bdda75a6447c1387e466c694 Mon Sep 17 00:00:00 2001 From: David Elliott Date: Wed, 2 Jun 2004 18:11:32 +0000 Subject: [PATCH] Do not check for Xinerama when building wxCocoa git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index c02d4f90a0..e1d3e30cfb 100755 --- a/configure +++ b/configure @@ -27800,7 +27800,7 @@ fi if test "$wxUSE_DISPLAY" = "yes"; then - if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1; then + if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then echo "$as_me:$LINENO: checking for Xinerama" >&5 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6 diff --git a/configure.in b/configure.in index f3dc34c11f..a842cec1fd 100644 --- a/configure.in +++ b/configure.in @@ -3127,7 +3127,7 @@ if test "$wxUSE_DISPLAY" = "yes"; then dnl --------------------------------------------------------------------------- dnl Xinerama (for unix ) - Brian Victor dnl --------------------------------------------------------------------------- - if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1; then + if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then AC_MSG_CHECKING([for Xinerama]) WX_PATH_FIND_LIBRARIES([$SEARCH_LIB],Xinerama) if test "$ac_find_libraries" != "" ; then -- 2.45.2