[gobject-introspection] configure: Explicitly require GLib 2.24



commit 2525786185e0f9025f88c00769d948d2b83d646d
Author: Colin Walters <walters verbum org>
Date:   Thu Sep 23 13:56:44 2010 -0400

    configure: Explicitly require GLib 2.24
    
    We're handling GVariant at least internally now.  Potentially
    we could support earlier, but eh.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e8de5d6..3225957 100644
--- a/configure.ac
+++ b/configure.ac
@@ -185,7 +185,7 @@ AC_CHECK_SIZEOF(short)
 AC_CHECK_SIZEOF(int)
 AC_CHECK_SIZEOF(long)
 
-PKG_CHECK_MODULES(GIREPO, [glib-2.0 gobject-2.0 gmodule-2.0 gio-2.0])
+PKG_CHECK_MODULES(GIREPO, [glib-2.0 >= 2.24.0 gobject-2.0 gmodule-2.0 gio-2.0])
 
 # if we ever remove manual check for ffi and require .pc file, then
 # just put libffi in the PKG_CHECK_MODULES(GIREPO) deps



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