[gcr] configure: Fix minimum glib requirement
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcr] configure: Fix minimum glib requirement
- Date: Sun, 5 Jan 2014 13:00:00 +0000 (UTC)
commit bd27ca16e45a4f68d82a4571b898ff0ac23f8f2e
Author: Stef Walter <stefw gnome org>
Date: Mon Dec 16 18:40:23 2013 +0100
configure: Fix minimum glib requirement
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 73b5f20..6fc29f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,7 +73,7 @@ AM_GLIB_GNU_GETTEXT
# GLib and GTK+ stuff
PKG_CHECK_MODULES(GLIB,
- glib-2.0 >= $GLIB_MIN
+ glib-2.0 >= $GLIB_REQ
gmodule-no-export-2.0
gthread-2.0
gobject-2.0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]