diff options
author | David Tardon <dtardon@redhat.com> | 2015-12-17 15:44:43 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-01-06 08:20:56 +0000 |
commit | 451c814d518527e77725a7ac9a99cd22fa08914c (patch) | |
tree | 717f440e68b42a0d86496988800ea4e7f9e06dad /configure.ac | |
parent | 988a258fe7437b8763d2094bca1f0776ccd21eaa (diff) |
do not require newest libe-book for build
(cherry picked from commit 22d0a7bf86da9e795b1bcedae9e18f18245dc2fe)
Change-Id: I4be3de970eabf00fd73b466adc15b6a84528a2d1
Reviewed-on: https://gerrit.libreoffice.org/20940
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a964e0d54f2e..c5579eb3f61e 100644 --- a/configure.ac +++ b/configure.ac @@ -7683,7 +7683,8 @@ libo_CHECK_SYSTEM_MODULE([librevenge],[REVENGE],[librevenge-0.0 >= 0.0.1],["-I${ dnl =================================================================== dnl Check for system libe-book dnl =================================================================== -libo_CHECK_SYSTEM_MODULE([libebook],[EBOOK],[libe-book-0.1 >= 0.1.1]) +libo_CHECK_SYSTEM_MODULE([libebook],[EBOOK],[libe-book-0.1]) +libo_PKG_VERSION([EBOOK], [libe-book-0.1], [0.1.2]) dnl =================================================================== dnl Check for system libetonyek |