]> git.saurik.com Git - wxWidgets.git/commitdiff
wxCocoa: Allow wxUSE_CLIPBOARD/wxUSE_DATAOBJ
authorDavid Elliott <dfe@tgwbd.org>
Thu, 31 Jul 2003 19:00:08 +0000 (19:00 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Thu, 31 Jul 2003 19:00:08 +0000 (19:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index 3ddc4de288533810f1c01d36d0c1ad4b20a1eaf2..893b45fc3d8c8d3bd47e38aad153902ec87081ea 100755 (executable)
--- a/configure
+++ b/configure
@@ -6563,9 +6563,7 @@ fi
 ## FIXME: This is a blatant hack
 if test "x$wxUSE_COCOA" != "x" -a "$wxUSE_COCOA" != "0" ; then
   wxUSE_PRINTING_ARCHITECTURE=no
-  wxUSE_CLIPBOARD=no
   wxUSE_DRAG_AND_DROP=no
-  wxUSE_DATAOBJ=no
   # Generic notebook requires tab dialog
   DEFAULT_wxUSE_TABDIALOG=yes
   DEFAULT_wxUSE_TOOLBAR_NATIVE=no
index 7c5b95b390f5c39134cd7505a06e8218e7ed1a23..0dca4de34652834de842c475dabb9ede3e1c993e 100644 (file)
@@ -979,9 +979,7 @@ fi
 ## FIXME: This is a blatant hack
 if test "x$wxUSE_COCOA" != "x" -a "$wxUSE_COCOA" != "0" ; then
   wxUSE_PRINTING_ARCHITECTURE=no
-  wxUSE_CLIPBOARD=no
   wxUSE_DRAG_AND_DROP=no
-  wxUSE_DATAOBJ=no
   # Generic notebook requires tab dialog
   DEFAULT_wxUSE_TABDIALOG=yes
   DEFAULT_wxUSE_TOOLBAR_NATIVE=no