From ab346a0c3fb17c72f7aae290b83f2803e3b56fb2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karsten=20Ball=C3=BCder?= Date: Wed, 9 Sep 1998 09:06:30 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wx-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wx-config.in b/wx-config.in index 833b1af37a..a61220cfab 100755 --- a/wx-config.in +++ b/wx-config.in @@ -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) -- 2.45.2