]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
Implement new static Unload(handle) instead of old Unload()
[wxWidgets.git] / configure
index de2ca6861609fa0e8d8b369a30551801c2bf9b8a..22108e48a4007f457182a2dc00b9ee1a3f4735c1 100755 (executable)
--- a/configure
+++ b/configure
@@ -33425,8 +33425,9 @@ CORE_GUI_LIBS="adv core"
 if test "$wxUSE_XML" = "yes" ; then
     CORE_BASE_LIBS="xml $CORE_BASE_LIBS"
 fi
-if test "$wxUSE_ODBC" = "yes" ; then
-    CORE_GUI_LIBS="odbc $CORE_GUI_LIBS"
+if test "$wxUSE_ODBC" != "no" ; then
+    CORE_BASE_LIBS="odbc $CORE_BASE_LIBS"
+    CORE_GUI_LIBS="dbgrid $CORE_GUI_LIBS"
 fi
 if test "$wxUSE_HTML" = "yes" ; then
     CORE_GUI_LIBS="html $CORE_GUI_LIBS"