~ubuntu-branches/ubuntu/saucy/sssd/saucy

« back to all changes in this revision

Viewing changes to src/external/libcollection.m4

  • Committer: Stéphane Graber
  • Date: 2011-06-15 16:23:14 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: stgraber@ubuntu.com-20110615162314-rbhoppnpaxfqo5q7
Merge 1.5.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AC_SUBST(COLLECTION_OBJ)
 
2
AC_SUBST(COLLECTION_CFLAGS)
 
3
AC_SUBST(COLLECTION_LIBS)
 
4
 
 
5
PKG_CHECK_MODULES(COLLECTION,
 
6
    collection >= 0.5.1,
 
7
    ,
 
8
    AC_MSG_ERROR("Please install libcollection-devel")
 
9
    )
 
10