a662adb27c
!!NOTE!!: header files for glib have changed locations so this WILL cause breakage.
12 lines
366 B
Plaintext
12 lines
366 B
Plaintext
--- glib-config.in.orig Sat Oct 28 00:35:30 2000
|
|
+++ glib-config.in Wed Mar 7 08:46:18 2001
|
|
@@ -88,7 +88,7 @@
|
|
if test "$lib_gthread" = "yes"; then
|
|
cflags="$cflags @G_THREAD_CFLAGS@"
|
|
fi
|
|
- echo -I@includedir@/glib-1.2 -I@libdir@/glib/include $includes $cflags
|
|
+ echo -I@includedir@/glib-1.2 $includes $cflags
|
|
fi
|
|
if test "$echo_libs" = "yes"; then
|
|
libsp=""
|