Skip to content

Commit 7f478f4

Browse files
committed
1 parent 2af2ca5 commit 7f478f4

File tree

5 files changed

+181
-118
lines changed

5 files changed

+181
-118
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,7 +1371,7 @@ AC_ARG_WITH([imagequant],
13711371
AS_HELP_STRING([--without-imagequant], [build without imagequant (default: test)]))
13721372

13731373
if test x"$with_imagequant" != x"no"; then
1374-
PKG_CHECK_MODULES(IMAGEQUANT, imagequant,
1374+
PKG_CHECK_MODULES(IMAGEQUANT, imagequant >= 2.8.0,
13751375
[AC_DEFINE(HAVE_IMAGEQUANT,1,[define if you have imagequant installed.])
13761376
with_imagequant=yes
13771377
quantisation_package=imagequant
@@ -1392,7 +1392,7 @@ AC_ARG_WITH([quantizr],
13921392
# only if libimagequant not found
13931393
if test x"$quantisation_package" == x""; then
13941394
if test x"$with_quantizr" != x"no"; then
1395-
PKG_CHECK_MODULES(QUANTIZR, quantizr,
1395+
PKG_CHECK_MODULES(QUANTIZR, quantizr >= 1.1.0,
13961396
[AC_DEFINE(HAVE_QUANTIZR,1,[define if you have quantizr installed.])
13971397
with_quantizr=yes
13981398
quantisation_package=quantizr

0 commit comments

Comments
 (0)