patch to remove non-existant include path from glib-config

This commit is contained in:
brad 1999-04-05 02:20:05 +00:00
parent 6b640ccfc8
commit ec4ab2c0e6

View File

@ -0,0 +1,11 @@
--- glib-config.in.orig Sun Apr 4 22:03:52 1999
+++ glib-config.in Sun Apr 4 22:07:01 1999
@@ -91,7 +91,7 @@
if test "$lib_gthread" = "yes"; then
cflags="$cflags @G_THREAD_CFLAGS@"
fi
- echo -I@libdir@/glib/include $includes $cflags
+ echo $includes $cflags
fi
if test "$echo_libs" = "yes"; then
libsp=""