]> git.saurik.com Git - wxWidgets.git/commitdiff
wxCHOICE defaults to yes now, even in debug mode
authorKarsten Ballüder <ballueder@usa.net>
Wed, 16 Jun 1999 15:29:20 +0000 (15:29 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Wed, 16 Jun 1999 15:29:20 +0000 (15:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure.in

index de9b95c6dacefcf1c9851cef26e5e1dc41762295..d67c3e3a3c5a1b6e331f7ae420c93b018acc2e7e 100644 (file)
@@ -294,7 +294,7 @@ if test $DEBUG_CONFIGURE = 1; then
   DEFAULT_wxUSE_BMPBUTTON=no
   DEFAULT_wxUSE_CHECKBOX=no
   DEFAULT_wxUSE_CHECKLST=no
   DEFAULT_wxUSE_BMPBUTTON=no
   DEFAULT_wxUSE_CHECKBOX=no
   DEFAULT_wxUSE_CHECKLST=no
-  DEFAULT_wxUSE_CHOICE=no
+  DEFAULT_wxUSE_CHOICE=yes
   DEFAULT_wxUSE_COMBOBOX=no
   DEFAULT_wxUSE_GAUGE=no
   DEFAULT_wxUSE_GRID=no
   DEFAULT_wxUSE_COMBOBOX=no
   DEFAULT_wxUSE_GAUGE=no
   DEFAULT_wxUSE_GRID=no
@@ -841,7 +841,7 @@ AC_PROG_LN_S
 
 dnl without this (which just means that we use WXDLLEXPORT) libtool won't build
 dnl DLLs under Win32.
 
 dnl without this (which just means that we use WXDLLEXPORT) libtool won't build
 dnl DLLs under Win32.
-AC_LIBTOOL_WIN32_DLL
+dnl AC_LIBTOOL_WIN32_DLL
 
 dnl disable static libs by default, this takes too much time...
 AM_DISABLE_STATIC
 
 dnl disable static libs by default, this takes too much time...
 AM_DISABLE_STATIC