[gconf] Put back gthread-2.0



commit 212c2b9f69ccf4fd6a140726a45848d8810ae6ab
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Jan 19 12:42:13 2012 -0500

    Put back gthread-2.0
    
    Turns out g_thread_init is used in gconftool

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 851bdd2..a41f004 100644
--- a/configure.in
+++ b/configure.in
@@ -168,7 +168,7 @@ AC_ARG_ENABLE(gtk,
     [Enable GTK+ support (for gconf-sanity-check) @<:@default=auto@:>@]),
   , enable_gtk=auto)
 
-PKGCONFIG_MODULES='glib-2.0 > 2.14.0 gio-2.0 >= 2.31.0 gmodule-2.0 >= 2.7.0 gobject-2.0 >= 2.7.0'
+PKGCONFIG_MODULES='glib-2.0 > 2.14.0 gio-2.0 >= 2.31.0 gthread-2.0 gmodule-2.0 >= 2.7.0 gobject-2.0 >= 2.7.0'
 PKGCONFIG_MODULES_WITH_XML="$PKGCONFIG_MODULES libxml-2.0"
 PKGCONFIG_MODULES_WITH_GTK=" $PKGCONFIG_MODULES gtk+-$GTK_API_VERSION >= $GTK_REQUIRED"
 PKGCONFIG_MODULES_WITH_XML_AND_GTK=" $PKGCONFIG_MODULES gtk+-$GTK_API_VERSION >= $GTK_REQUIRED libxml-2.0"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]