summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSven Neumann <sven@gimp.org>2002-03-16 18:26:47 +0000
committerSven Neumann <neo@src.gnome.org>2002-03-16 18:26:47 +0000
commite3bc68e7ee786503c41846c7f38e8d8afb9f0232 (patch)
tree26c8c367895b6cfb70baf458bde9d14b75f7d9b8 /configure.in
parent73a112e3a7217c034b5a66b1f9b98faa9077b7d7 (diff)
downloadpango-e3bc68e7ee786503c41846c7f38e8d8afb9f0232.tar.gz
use CFLAGS from gthread-2.0 to assure pango behaves correctly in a
2002-03-16 Sven Neumann <sven@gimp.org> * configure.in (GLIB_CFLAGS): use CFLAGS from gthread-2.0 to assure pango behaves correctly in a threaded environment.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index b10e3424..c0d7e855 100644
--- a/configure.in
+++ b/configure.in
@@ -254,6 +254,8 @@ AM_PATH_GLIB_2_0($GLIB_REQUIRED_VERSION, :,
*** Glib is always available from ftp://ftp.gtk.org/.]),
gobject gmodule)
+GLIB_CFLAGS=`$PKG_CONFIG --cflags gthread-2.0`
+
CFLAGS="$CFLAGS $GLIB_CFLAGS"
AC_SUBST(GLIB_LIBS)