do not export the glib flags for thread support to gtk-config.

1998-12-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* configure.in: do not export the glib flags for thread support to
	gtk-config.
This commit is contained in:
Sebastian Wilhelmi 1998-12-18 10:01:21 +00:00 committed by Sebastian Wilhelmi
parent d2dc06dae1
commit 1a6d6e0647
8 changed files with 38 additions and 2 deletions

View File

@ -1,3 +1,8 @@
1998-12-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: do not export the glib flags for thread support to
gtk-config.
Fri Dec 18 01:32:59 1998 Tim Janik <timj@gtk.org>
* gtk/gtkmain.c (gtk_main): added gdk_flush() after g_main_run(), so we

View File

@ -1,3 +1,8 @@
1998-12-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: do not export the glib flags for thread support to
gtk-config.
Fri Dec 18 01:32:59 1998 Tim Janik <timj@gtk.org>
* gtk/gtkmain.c (gtk_main): added gdk_flush() after g_main_run(), so we

View File

@ -1,3 +1,8 @@
1998-12-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: do not export the glib flags for thread support to
gtk-config.
Fri Dec 18 01:32:59 1998 Tim Janik <timj@gtk.org>
* gtk/gtkmain.c (gtk_main): added gdk_flush() after g_main_run(), so we

View File

@ -1,3 +1,8 @@
1998-12-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: do not export the glib flags for thread support to
gtk-config.
Fri Dec 18 01:32:59 1998 Tim Janik <timj@gtk.org>
* gtk/gtkmain.c (gtk_main): added gdk_flush() after g_main_run(), so we

View File

@ -1,3 +1,8 @@
1998-12-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: do not export the glib flags for thread support to
gtk-config.
Fri Dec 18 01:32:59 1998 Tim Janik <timj@gtk.org>
* gtk/gtkmain.c (gtk_main): added gdk_flush() after g_main_run(), so we

View File

@ -1,3 +1,8 @@
1998-12-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: do not export the glib flags for thread support to
gtk-config.
Fri Dec 18 01:32:59 1998 Tim Janik <timj@gtk.org>
* gtk/gtkmain.c (gtk_main): added gdk_flush() after g_main_run(), so we

View File

@ -1,3 +1,8 @@
1998-12-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: do not export the glib flags for thread support to
gtk-config.
Fri Dec 18 01:32:59 1998 Tim Janik <timj@gtk.org>
* gtk/gtkmain.c (gtk_main): added gdk_flush() after g_main_run(), so we

View File

@ -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)