mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 17:08:53 +02:00
stop using libgthread internally
The gobject tools (glib-genmarshal and gobject-query) were linking against libgthread. Stop that. Also, remove the gthread_INCLUDES internal automake substitution.
This commit is contained in:
@@ -3564,14 +3564,9 @@ AC_SUBST(config_h_INCLUDES)
|
||||
glib_INCLUDES='$(config_h_INCLUDES) -I$(top_builddir)/glib -I$(top_srcdir)/glib -I$(top_srcdir)'
|
||||
AC_SUBST(glib_INCLUDES)
|
||||
|
||||
# gthread:
|
||||
# same as glib
|
||||
gthread_INCLUDES='$(glib_INCLUDES)'
|
||||
AC_SUBST(gthread_INCLUDES)
|
||||
|
||||
# gobject:
|
||||
# same as gthread
|
||||
gobject_INCLUDES='$(gthread_INCLUDES)'
|
||||
# same as glib
|
||||
gobject_INCLUDES='$(glib_INCLUDES)'
|
||||
AC_SUBST(gobject_INCLUDES)
|
||||
|
||||
# gmodule:
|
||||
|
Reference in New Issue
Block a user