From: Karsten Ballüder Date: Wed, 7 Oct 1998 15:40:21 +0000 (+0000) Subject: odbc off by default X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a65f3e5499f1e04edab6e6c4443c5b2278ce9a66?ds=sidebyside odbc off by default git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure b/configure index e3bcac562d..1e7e9d2a13 100755 --- a/configure +++ b/configure @@ -4368,7 +4368,7 @@ DEFAULT_wxUSE_IOSTREAMH=1 DEFAULT_wxUSE_ZLIB=1 DEFAULT_wxUSE_GDK_IMLIB=1 DEFAULT_wxUSE_LIBPNG=1 -DEFAULT_wxUSE_ODBC=1 +DEFAULT_wxUSE_ODBC=0 DEFAULT_wxUSE_COMBOBOX=1 DEFAULT_wxUSE_GAUGE=1 diff --git a/configure.in b/configure.in index 03b18eaf89..5b982fd30c 100644 --- a/configure.in +++ b/configure.in @@ -672,7 +672,7 @@ DEFAULT_wxUSE_IOSTREAMH=1 DEFAULT_wxUSE_ZLIB=1 DEFAULT_wxUSE_GDK_IMLIB=1 DEFAULT_wxUSE_LIBPNG=1 -DEFAULT_wxUSE_ODBC=1 +DEFAULT_wxUSE_ODBC=0 DEFAULT_wxUSE_COMBOBOX=1 DEFAULT_wxUSE_GAUGE=1