Displaying 1 result from an estimated 1 matches for "4a55cfc".
Did you mean:
455cfc8
2007 Apr 22
0
3 commits - configure.ac libswfdec/swfdec_debug.h swfdec-gtk.pc.in swfdec.pc.in
...jamin Otte <otte@gnome.org>
Date: Sun Apr 22 12:45:03 2007 +0200
we require at least glib 2.4 for some queue functions
There's probably an even higher version required, but I'll leave that to
the bug reporters for now
diff --git a/configure.ac b/configure.ac
index 4a55cfc..b2da33d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,7 +61,7 @@ AC_ARG_WITH(pkg-config-path,
dnl Check for essential libraries first:
dnl ====================================
-GLIB_VER=2.0
+GLIB_VER=2.4
PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_VER gobject-2.0 >= $GLIB_VER,
H...