]> git.saurik.com Git - wxWidgets.git/blobdiff - wx-config.in
Fixed 5 bugs in wxImage and Blit
[wxWidgets.git] / wx-config.in
index 833b1af37aeee46208311dcc2af711d01a2e5722..44b607839e9703871fb5dea0e5383b5a572e5f62 100755 (executable)
@@ -36,13 +36,13 @@ while test $# -gt 0; do
       echo $exec_prefix
       ;;
     --version)
-      echo 1.93
+      echo 1.94
       ;;
     --cflags)
       if test @includedir@ != /usr/include ; then
         includes=-I@includedir@
       fi
-      includes="$includes -I@includedir@/@host@/wx"
+      includes="$includes -I@libdir@/wx/include"
       echo $includes -D@TOOLKIT_DEF@ @GUI_TK_INCLUDE@
       ;;
     --libs)