summaryrefslogtreecommitdiff
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
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.
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--ChangeLog.pre-1-25
-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
7 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04e31a36..bc170918 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
Fri Mar 15 12:25:26 2002 Owen Taylor <otaylor@redhat.com>
* modules/basic/tables-big.i: Prefer ksc5601 fonts to
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 04e31a36..bc170918 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,8 @@
+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.
+
Fri Mar 15 12:25:26 2002 Owen Taylor <otaylor@redhat.com>
* modules/basic/tables-big.i: Prefer ksc5601 fonts to
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index 04e31a36..bc170918 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,3 +1,8 @@
+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.
+
Fri Mar 15 12:25:26 2002 Owen Taylor <otaylor@redhat.com>
* modules/basic/tables-big.i: Prefer ksc5601 fonts to
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 04e31a36..bc170918 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,8 @@
+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.
+
Fri Mar 15 12:25:26 2002 Owen Taylor <otaylor@redhat.com>
* modules/basic/tables-big.i: Prefer ksc5601 fonts to
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 04e31a36..bc170918 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,8 @@
+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.
+
Fri Mar 15 12:25:26 2002 Owen Taylor <otaylor@redhat.com>
* modules/basic/tables-big.i: Prefer ksc5601 fonts to
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 04e31a36..bc170918 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,8 @@
+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.
+
Fri Mar 15 12:25:26 2002 Owen Taylor <otaylor@redhat.com>
* modules/basic/tables-big.i: Prefer ksc5601 fonts to
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)