From 4842cc59b56bf9cc067c3fce12f985783676ea8e Mon Sep 17 00:00:00 2001 From: David Elliott Date: Tue, 22 Jun 2004 21:24:44 +0000 Subject: [PATCH] wxCocoa no longer uses the generic notebook. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 4 ++-- configure.in | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/configure b/configure index ad453570f1..bff622b572 100755 --- a/configure +++ b/configure @@ -6957,8 +6957,6 @@ fi if test "x$wxUSE_COCOA" != "x" -a "$wxUSE_COCOA" != "0" ; then wxUSE_PRINTING_ARCHITECTURE=no wxUSE_DRAG_AND_DROP=no - # Generic notebook requires tab dialog - DEFAULT_wxUSE_TABDIALOG=yes DEFAULT_wxUSE_SCROLLBAR=no DEFAULT_wxUSE_TOOLTIPS=no DEFAULT_wxUSE_DRAGIMAGE=no @@ -40636,6 +40634,8 @@ fi + + BAKEFILE_AUTOCONF_INC_M4_VERSION="0.1.4" diff --git a/configure.in b/configure.in index 4d2984ade3..a1433a13ca 100644 --- a/configure.in +++ b/configure.in @@ -1036,8 +1036,6 @@ fi if test "x$wxUSE_COCOA" != "x" -a "$wxUSE_COCOA" != "0" ; then wxUSE_PRINTING_ARCHITECTURE=no wxUSE_DRAG_AND_DROP=no - # Generic notebook requires tab dialog - DEFAULT_wxUSE_TABDIALOG=yes DEFAULT_wxUSE_SCROLLBAR=no DEFAULT_wxUSE_TOOLTIPS=no DEFAULT_wxUSE_DRAGIMAGE=no -- 2.45.2