]> git.saurik.com Git - wxWidgets.git/blobdiff - wx-config.in
fixed Stricmp ifdef to also check for __unix__
[wxWidgets.git] / wx-config.in
index 83cff55b82b70ce932c85d3f70bf301d40c92c7b..44b607839e9703871fb5dea0e5383b5a572e5f62 100755 (executable)
@@ -36,12 +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@libdir@/wx/include"
       echo $includes -D@TOOLKIT_DEF@ @GUI_TK_INCLUDE@
       ;;
     --libs)