]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed typo
authorKarsten Ballüder <ballueder@usa.net>
Wed, 9 Sep 1998 09:06:30 +0000 (09:06 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Wed, 9 Sep 1998 09:06:30 +0000 (09:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wx-config.in

index 833b1af37aeee46208311dcc2af711d01a2e5722..a61220cfab2d5a8847fb4a4d2f96ceff2cd0ac79 100755 (executable)
@@ -42,7 +42,7 @@ while test $# -gt 0; do
       if test @includedir@ != /usr/include ; then
         includes=-I@includedir@
       fi
-      includes="$includes -I@includedir@/@host@/wx"
+      includes="$includes -I@includedir@/wx/@host@"
       echo $includes -D@TOOLKIT_DEF@ @GUI_TK_INCLUDE@
       ;;
     --libs)