From 78250be3611596bcbe70af8931da1164b174b144 Mon Sep 17 00:00:00 2001 From: David Elliott Date: Thu, 31 Jul 2003 19:00:08 +0000 Subject: [PATCH] wxCocoa: Allow wxUSE_CLIPBOARD/wxUSE_DATAOBJ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 2 -- configure.in | 2 -- 2 files changed, 4 deletions(-) diff --git a/configure b/configure index 3ddc4de288..893b45fc3d 100755 --- 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 diff --git a/configure.in b/configure.in index 7c5b95b390..0dca4de346 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.45.2