From ff281a61febd7d5eb6fb0503c175555fdf13b338 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Fri, 15 Aug 2003 20:36:28 +0000 Subject: get the cflags for gmodule-2.0 as well as gthread-2.0. (#119953, Benedikt Fri Aug 15 16:34:14 2003 Owen Taylor * configure.in: get the cflags for gmodule-2.0 as well as gthread-2.0. (#119953, Benedikt Spranger) --- ChangeLog | 5 +++++ ChangeLog.pre-1-10 | 5 +++++ ChangeLog.pre-1-4 | 5 +++++ ChangeLog.pre-1-6 | 5 +++++ ChangeLog.pre-1-8 | 5 +++++ configure.in | 2 +- 6 files changed, 26 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 269ce959..0e81276a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Aug 15 16:34:14 2003 Owen Taylor + + * configure.in: get the cflags for gmodule-2.0 as + well as gthread-2.0. (#119953, Benedikt Spranger) + 2003-08-08 Matthias Clasen * docs/pango-docs.sgml: Add an index. diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 269ce959..0e81276a 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,8 @@ +Fri Aug 15 16:34:14 2003 Owen Taylor + + * configure.in: get the cflags for gmodule-2.0 as + well as gthread-2.0. (#119953, Benedikt Spranger) + 2003-08-08 Matthias Clasen * docs/pango-docs.sgml: Add an index. diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index 269ce959..0e81276a 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,8 @@ +Fri Aug 15 16:34:14 2003 Owen Taylor + + * configure.in: get the cflags for gmodule-2.0 as + well as gthread-2.0. (#119953, Benedikt Spranger) + 2003-08-08 Matthias Clasen * docs/pango-docs.sgml: Add an index. diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index 269ce959..0e81276a 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,8 @@ +Fri Aug 15 16:34:14 2003 Owen Taylor + + * configure.in: get the cflags for gmodule-2.0 as + well as gthread-2.0. (#119953, Benedikt Spranger) + 2003-08-08 Matthias Clasen * docs/pango-docs.sgml: Add an index. diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 269ce959..0e81276a 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,8 @@ +Fri Aug 15 16:34:14 2003 Owen Taylor + + * configure.in: get the cflags for gmodule-2.0 as + well as gthread-2.0. (#119953, Benedikt Spranger) + 2003-08-08 Matthias Clasen * docs/pango-docs.sgml: Add an index. diff --git a/configure.in b/configure.in index 1cd9230b..d60cacbf 100644 --- a/configure.in +++ b/configure.in @@ -264,7 +264,7 @@ 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` +GLIB_CFLAGS=`$PKG_CONFIG --cflags gmodule-2.0 gthread-2.0` AC_SUBST(GLIB_LIBS) AC_SUBST(GLIB_CFLAGS) -- cgit v1.2.1