From 8ed3883a218f6d33a686f66ee6608c7bc8c61925 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 8 Sep 2014 10:35:32 -0400 Subject: [PATCH] build: We also work OK with LZMA 5.0 This is the version that's in Slackware at the moment at least. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)