summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Batts <vbatts@redhat.com>2014-09-08 10:35:32 -0400
committerColin Walters <walters@verbum.org>2014-09-08 11:54:45 -0400
commit8ed3883a218f6d33a686f66ee6608c7bc8c61925 (patch)
treee6c080b92ba4ea508510508a1a6a74fefcfa5b1e
parent1242704d68f6125f8b76850704e014b7dcd788ab (diff)
downloadostree-8ed3883a218f6d33a686f66ee6608c7bc8c61925.tar.gz
build: We also work OK with LZMA 5.0
This is the version that's in Slackware at the moment at least.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8f4906a9..4c352746 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,7 @@ GIO_DEPENDENCY="gio-unix-2.0 >= 2.36.0 libgsystem >= 2014.2"
PKG_CHECK_MODULES(OT_DEP_GIO_UNIX, $GIO_DEPENDENCY)
dnl 5.1.0 is an arbitrary version here
-PKG_CHECK_MODULES(OT_DEP_LZMA, liblzma >= 5.1.1alpha)
+PKG_CHECK_MODULES(OT_DEP_LZMA, liblzma >= 5.0.5)
dnl We're not actually linking to this, just using the header
PKG_CHECK_MODULES(OT_DEP_E2P, e2p)