changeset 4369:2fa51f742f25

Automated merge with ssh://hg.atheme.org//hg/audacious
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 25 Mar 2008 15:16:46 +0200
parents 6a26dabad84f (diff) 695e1c91be36 (current diff)
children 8ca25aee5037
files
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Mar 24 17:02:26 2008 +0100
+++ b/configure.ac	Tue Mar 25 15:16:46 2008 +0200
@@ -87,7 +87,12 @@
 
 dnl Check for GTK/GLib/GThread/Pango
 
-PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.14.0 gthread-2.0],
+PKG_CHECK_MODULES(GLIB, [gthread-2.0],
+    [ADD_PC_REQUIRES([gthread-2.0 >= 2.14.0])],
+    [AC_MSG_ERROR([Cannot find gthread-2.0 >= 2.14.0])]
+)
+
+PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.14.0],
     [ADD_PC_REQUIRES([glib-2.0 >= 2.14.0])],
     [AC_MSG_ERROR([Cannot find Glib2 >= 2.14.0])]
 )