11 lines
412 B
Text
11 lines
412 B
Text
--- wx-config.in.orig Wed Nov 5 00:19:46 2003
|
|
+++ wx-config.in Wed Nov 5 00:20:14 2003
|
|
@@ -66,7 +66,7 @@
|
|
if test $inplace_flag = yes ; then
|
|
includes="-I$inplace_builddir/lib/wx/include/@TOOLCHAIN_NAME@ -I$inplace_include"
|
|
else
|
|
- includes="-I@libdir@/wx/include/@TOOLCHAIN_NAME@$includes"
|
|
+ includes="-I@prefix@/include/wx/@TOOLCHAIN_NAME@$includes"
|
|
fi
|
|
|
|
if test $static_flag = yes ; then
|