]> git.saurik.com Git - wxWidgets.git/commitdiff
default to using graphics context on osx
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 30 Jul 2008 15:48:24 +0000 (15:48 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 30 Jul 2008 15:48:24 +0000 (15:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index b911d56313a043a06a726da4d936aecf7779e5ed..7c87d387013d6d23e4d9b624b05067adadb8ed66 100755 (executable)
--- a/configure
+++ b/configure
@@ -46441,6 +46441,9 @@ _ACEOF
     fi
 fi
 
+if test "$wxUSE_MAC" = 1; then
+       wxUSE_GRAPHICS_CONTEXT="yes"
+fi
 
 if test "$wxUSE_GRAPHICS_CONTEXT" = "yes"; then
    if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
index ee268ff8d4d0a5dfd0222cdc3b9d0d5a9ed7c36c..de95af2d25a5175be869dca73915a9409f518f5f 100644 (file)
@@ -7121,6 +7121,10 @@ dnl ---------------------------------------------------------------------------
 dnl wxGraphicsContext
 dnl ---------------------------------------------------------------------------
 
+if test "$wxUSE_MAC" = 1; then
+       wxUSE_GRAPHICS_CONTEXT="yes"
+fi
+
 if test "$wxUSE_GRAPHICS_CONTEXT" = "yes"; then
    if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
       AC_DEFINE(wxUSE_GRAPHICS_CONTEXT)