build: We also work OK with LZMA 5.0

This is the version that's in Slackware at the moment at least.
This commit is contained in:
Vincent Batts 2014-09-08 10:35:32 -04:00 committed by Colin Walters
parent 1242704d68
commit 8ed3883a21
1 changed files with 1 additions and 1 deletions

View File

@ -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) PKG_CHECK_MODULES(OT_DEP_GIO_UNIX, $GIO_DEPENDENCY)
dnl 5.1.0 is an arbitrary version here 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 dnl We're not actually linking to this, just using the header
PKG_CHECK_MODULES(OT_DEP_E2P, e2p) PKG_CHECK_MODULES(OT_DEP_E2P, e2p)