diff --git a/ChangeLog b/ChangeLog index 3648b32eb6..42ef2c484a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1998-12-18 Sebastian Wilhelmi + + * configure.in: do not export the glib flags for thread support to + gtk-config. + Fri Dec 18 01:32:59 1998 Tim Janik * gtk/gtkmain.c (gtk_main): added gdk_flush() after g_main_run(), so we diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 3648b32eb6..42ef2c484a 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +1998-12-18 Sebastian Wilhelmi + + * configure.in: do not export the glib flags for thread support to + gtk-config. + Fri Dec 18 01:32:59 1998 Tim Janik * gtk/gtkmain.c (gtk_main): added gdk_flush() after g_main_run(), so we diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 3648b32eb6..42ef2c484a 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +1998-12-18 Sebastian Wilhelmi + + * configure.in: do not export the glib flags for thread support to + gtk-config. + Fri Dec 18 01:32:59 1998 Tim Janik * gtk/gtkmain.c (gtk_main): added gdk_flush() after g_main_run(), so we diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 3648b32eb6..42ef2c484a 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +1998-12-18 Sebastian Wilhelmi + + * configure.in: do not export the glib flags for thread support to + gtk-config. + Fri Dec 18 01:32:59 1998 Tim Janik * gtk/gtkmain.c (gtk_main): added gdk_flush() after g_main_run(), so we diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 3648b32eb6..42ef2c484a 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +1998-12-18 Sebastian Wilhelmi + + * configure.in: do not export the glib flags for thread support to + gtk-config. + Fri Dec 18 01:32:59 1998 Tim Janik * gtk/gtkmain.c (gtk_main): added gdk_flush() after g_main_run(), so we diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 3648b32eb6..42ef2c484a 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +1998-12-18 Sebastian Wilhelmi + + * configure.in: do not export the glib flags for thread support to + gtk-config. + Fri Dec 18 01:32:59 1998 Tim Janik * gtk/gtkmain.c (gtk_main): added gdk_flush() after g_main_run(), so we diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 3648b32eb6..42ef2c484a 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +1998-12-18 Sebastian Wilhelmi + + * configure.in: do not export the glib flags for thread support to + gtk-config. + Fri Dec 18 01:32:59 1998 Tim Janik * gtk/gtkmain.c (gtk_main): added gdk_flush() after g_main_run(), so we diff --git a/configure.in b/configure.in index 0e82ce9855..ae6a000cf4 100644 --- a/configure.in +++ b/configure.in @@ -185,8 +185,9 @@ if test x$with_glib = x ; then *** is always available from ftp://ftp.gtk.org.]), gmodule gthread) - glib_cflags=$GLIB_CFLAGS - glib_libs=$GLIB_LIBS + # we do not want to make all gtk progs to link to thread libraries. + glib_cflags=`$GLIB_CONFIG glib gmodule --cflags` + glib_libs=`$GLIB_CONFIG glib gmodule --libs` else # Use uninstalled glib (assume they got the version right)