summaryrefslogtreecommitdiffstats
path: root/src/external/libcollection.m4
diff options
context:
space:
mode:
Diffstat (limited to 'src/external/libcollection.m4')
-rw-r--r--src/external/libcollection.m418
1 files changed, 8 insertions, 10 deletions
diff --git a/src/external/libcollection.m4 b/src/external/libcollection.m4
index 8fc37e8c7..ae49edf84 100644
--- a/src/external/libcollection.m4
+++ b/src/external/libcollection.m4
@@ -1,12 +1,10 @@
-AC_SUBST(SYSTEM_COLLECTION_OBJ)
-AC_SUBST(SYSTEM_COLLECTION_CFLAGS)
-AC_SUBST(SYSTEM_COLLECTION_LIBS)
+AC_SUBST(COLLECTION_OBJ)
+AC_SUBST(COLLECTION_CFLAGS)
+AC_SUBST(COLLECTION_LIBS)
-PKG_CHECK_MODULES(SYSTEM_COLLECTION, collection >= 0.4.0,
- have_system_collection=true,
- have_system_collection=false
+PKG_CHECK_MODULES(COLLECTION,
+ collection >= 0.5.1,
+ ,
+ AC_MSG_ERROR("Please install libcollection-devel")
)
-# This is future-compatible. Right now, we'll force the use of our
-# in-tree copy. When collection is split off as its own source package, we'll
-# fix this test
-AM_CONDITIONAL(HAVE_SYSTEM_COLLECTION, test x$have_system_collection = xtrue_FORCE_IN_TREE)
+