forked from AuroraMiddleware/gtk
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:
parent
d2dc06dae1
commit
1a6d6e0647
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user