summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-08-15 20:37:37 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-08-15 20:37:37 +0000
commitfb1796ab4a11c9e13f345396e502f7c7faf90f32 (patch)
treee314d756d9f70c0fca48212e073d83e192d403a2
parentf10ac7aa461dbd08fbc8e1077836f871ed9934af (diff)
downloadpango-fb1796ab4a11c9e13f345396e502f7c7faf90f32.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 7ebc97c9..f9888643 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-14 Noah Levitt <nlevitt@columbia.edu>
* docs/tmpl/main.sgml:
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 7ebc97c9..f9888643 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-14 Noah Levitt <nlevitt@columbia.edu>
* docs/tmpl/main.sgml:
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 7ebc97c9..f9888643 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-14 Noah Levitt <nlevitt@columbia.edu>
* docs/tmpl/main.sgml:
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 7ebc97c9..f9888643 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-14 Noah Levitt <nlevitt@columbia.edu>
* docs/tmpl/main.sgml:
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 7ebc97c9..f9888643 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-14 Noah Levitt <nlevitt@columbia.edu>
* docs/tmpl/main.sgml:
diff --git a/configure.in b/configure.in
index db52dd08..f805a024 100644
--- a/configure.in
+++ b/configure.in
@@ -277,7 +277,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)