Skip to content

Commit a7367fd

Browse files
committed
configure.ac: Require OpenSlide >= 3.4.0
1 parent 15aef72 commit a7367fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ AC_MSG_RESULT([$ANT_BUILDDIR])
4040

4141
# Checks for libraries.
4242

43-
PKG_CHECK_MODULES([OPENSLIDE], [openslide])
43+
PKG_CHECK_MODULES([OPENSLIDE], [openslide >= 3.4.0])
4444

4545
# Checks for header files.
4646

0 commit comments

Comments
 (0)