]> git.saurik.com Git - wxWidgets.git/blobdiff - wx-config.in
wait4() now extern "C" :-)
[wxWidgets.git] / wx-config.in
index a61220cfab2d5a8847fb4a4d2f96ceff2cd0ac79..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@/wx/@host@"
+      includes="$includes -I@libdir@/wx/include"
       echo $includes -D@TOOLKIT_DEF@ @GUI_TK_INCLUDE@
       ;;
     --libs)