summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-08-15 20:36:28 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-08-15 20:36:28 +0000
commitff281a61febd7d5eb6fb0503c175555fdf13b338 (patch)
tree30f0a23ea88b3eb8d20500e5a8c238c93d2bef17
parent139e1b7d3e9a44d3e7c4953e58451f868dcfa5d9 (diff)
downloadpango-ff281a61febd7d5eb6fb0503c175555fdf13b338.tar.gz
get the cflags for gmodule-2.0 as well as gthread-2.0. (#119953, Benedikt
Fri Aug 15 16:34:14 2003 Owen Taylor <otaylor@redhat.com> * configure.in: get the cflags for gmodule-2.0 as well as gthread-2.0. (#119953, Benedikt Spranger)
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--ChangeLog.pre-1-45
-rw-r--r--ChangeLog.pre-1-65
-rw-r--r--ChangeLog.pre-1-85
-rw-r--r--configure.in2
6 files changed, 26 insertions, 1 deletions
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 <otaylor@redhat.com>
+
+ * configure.in: get the cflags for gmodule-2.0 as
+ well as gthread-2.0. (#119953, Benedikt Spranger)
+
2003-08-08 Matthias Clasen <maclas@gmx.de>
* 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 <otaylor@redhat.com>
+
+ * configure.in: get the cflags for gmodule-2.0 as
+ well as gthread-2.0. (#119953, Benedikt Spranger)
+
2003-08-08 Matthias Clasen <maclas@gmx.de>
* 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 <otaylor@redhat.com>
+
+ * configure.in: get the cflags for gmodule-2.0 as
+ well as gthread-2.0. (#119953, Benedikt Spranger)
+
2003-08-08 Matthias Clasen <maclas@gmx.de>
* 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 <otaylor@redhat.com>
+
+ * configure.in: get the cflags for gmodule-2.0 as
+ well as gthread-2.0. (#119953, Benedikt Spranger)
+
2003-08-08 Matthias Clasen <maclas@gmx.de>
* 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 <otaylor@redhat.com>
+
+ * configure.in: get the cflags for gmodule-2.0 as
+ well as gthread-2.0. (#119953, Benedikt Spranger)
+
2003-08-08 Matthias Clasen <maclas@gmx.de>
* 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)