diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-12 00:29:47 +0800 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-12 00:30:15 +0800 |
commit | 7322c5352d6b719da9f632c68fa48ae1ea81977f (patch) | |
tree | 69f52123a83f69d0f9345c694d2369752f21d7b9 /configure.ac | |
parent | f84b2a0c688bf42002ddb93ca941af166c846687 (diff) | |
download | gsoc2013-empathy-7322c5352d6b719da9f632c68fa48ae1ea81977f.tar gsoc2013-empathy-7322c5352d6b719da9f632c68fa48ae1ea81977f.tar.gz gsoc2013-empathy-7322c5352d6b719da9f632c68fa48ae1ea81977f.tar.bz2 gsoc2013-empathy-7322c5352d6b719da9f632c68fa48ae1ea81977f.tar.lz gsoc2013-empathy-7322c5352d6b719da9f632c68fa48ae1ea81977f.tar.xz gsoc2013-empathy-7322c5352d6b719da9f632c68fa48ae1ea81977f.tar.zst gsoc2013-empathy-7322c5352d6b719da9f632c68fa48ae1ea81977f.zip |
Bump libfolks requirement to 0.1.13 for the linking API changes
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 29651e2a0..616180f86 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ AC_COPYRIGHT([ # Minimal version required # Hardp deps -FOLKS_REQUIRED=0.1.11 +FOLKS_REQUIRED=0.1.13 GCONF_REQUIRED=1.2.0 GLIB_REQUIRED=2.25.9 GTK_REQUIRED=2.21.2 |