[gtranslator] Provide all required libraries to the linker. Fixes bug #608897.



commit d6ba12727931187898c4da11fb75b5c458649a24
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Feb 9 15:06:49 2010 +0100

    Provide all required libraries to the linker. Fixes bug #608897.

 configure.ac |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 74875c1..8a006b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,6 +71,7 @@ dnl it too, or it will never make it into the spec file!
 dnl
 dnl ==========================================================================
 
+GTHREAD_REQUIRED=2.13.0
 GTK_REQUIRED=2.18.0
 GLIB_REQUIRED=2.15.5
 GCONF_REQUIRED=2.18.0
@@ -91,11 +92,14 @@ AC_SUBST(GDICT_OPTIONAL)
 AC_SUBST(GTKSPELL_OPTIONAL)
 
 PKG_CHECK_MODULES(GTRANSLATOR, [
+	libxml-2.0 >= $LIBXML_REQUIRED
+	gthread-2.0 >= $GTHREAD_REQUIRED
+	glib-2.0 >= $GLIB_REQUIRED
+	gio-2.0 >= $GLIB_REQUIRED
 	gtk+-2.0 >= $GTK_REQUIRED
-	gconf-2.0 >= $GCONF_REQUIRED
 	gtksourceview-2.0 >= $SOURCEVIEW_REQUIRED
-	gio-2.0 >= $GLIB_REQUIRED
 	gdl-1.0 >= $GDL_REQUIRED
+	gconf-2.0 >= $GCONF_REQUIRED
 ])
 
 AC_SUBST(GTRANSLATOR_CFLAGS)



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