]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed so user code (or wxPython) can include gtk/glib/X headers if needed.
authorRobin Dunn <robin@alldunn.com>
Tue, 28 Dec 1999 21:32:48 +0000 (21:32 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 28 Dec 1999 21:32:48 +0000 (21:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wx-config.in

index 16ad73e222059c8e73d9c63d8129ada6a68571ee..6c0f4262a83177b3a32f693d58cc65912d4feb59 100755 (executable)
@@ -45,7 +45,7 @@ while test $# -gt 0; do
         fi
       fi
       includes="$includes -I@libdir@/wx/include"
-      echo $includes @WXDEBUG_DEFINE@ @TOOLKIT_DEF@
+      echo $includes @WXDEBUG_DEFINE@ @TOOLKIT_DEF@ @TOOLKIT_INCLUDE@
       ;;
     --libs)
       if test @libdir@ != /usr/lib ; then