]> git.saurik.com Git - wxWidgets.git/commitdiff
wxCocoa: Enable gauge and progress dialog
authorDavid Elliott <dfe@tgwbd.org>
Tue, 15 Jul 2003 14:26:33 +0000 (14:26 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Tue, 15 Jul 2003 14:26:33 +0000 (14:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure.in

index 75f4e1d366f714fb9d3f588434c48b1dd9938eb0..5ca85b153f668de0b6216bb62e1ba3320dc20fdc 100644 (file)
@@ -979,11 +979,9 @@ if test "x$wxUSE_COCOA" != "x" -a "$wxUSE_COCOA" != "0" ; then
   # Generic notebook requires tab dialog
   DEFAULT_wxUSE_TABDIALOG=yes
   DEFAULT_wxUSE_TOOLBAR_NATIVE=no
-  DEFAULT_wxUSE_GAUGE=no
   DEFAULT_wxUSE_SCROLLBAR=no
   DEFAULT_wxUSE_TOOLTIPS=no
   DEFAULT_wxUSE_DRAGIMAGE=no
-  DEFAULT_wxUSE_PROGRESSDLG=no
 fi
 
 WX_ARG_ENABLE(accel,       [  --enable-accel          use accelerators], wxUSE_ACCEL)