]> git.saurik.com Git - wxWidgets.git/blobdiff - wxBase.spec
implement tooltips for wxStatusBar panes whose contents were ellipsized; introduce...
[wxWidgets.git] / wxBase.spec
index 46b7a8929aac9d6fe4087f91b4b2c4dd8249347b..3ac7f828268947284a0e9b75d0db67c5e99b0f52 100644 (file)
@@ -73,7 +73,7 @@ cd obj-shared
 %if %{unicode}
                               --enable-unicode
 %else
-                              --with-odbc
+                              --disable-unicode \
 %endif
 $MAKE
 cd ..
@@ -84,7 +84,7 @@ cd obj-static
 %if %{unicode}
                               --enable-unicode
 %else
-                              --with-odbc
+                              --disable-unicode \
 %endif
 $MAKE
 cd ..