X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4ca8f7ce2fef648a35cb036cb88ab7ed2b529a79..c609b780c7cbf113ae147ba401a2373689f3bc77:/configure.in?ds=sidebyside diff --git a/configure.in b/configure.in index e00e614b72..e59926b81b 100644 --- a/configure.in +++ b/configure.in @@ -2700,6 +2700,11 @@ if test "$wxUSE_LIBTIFF" != "no" ; then dnl we need to hack around this ac_configure_args="$ac_configure_args --disable-jpeg" fi + + dnl If libtiff configure detects lzma library, it enables support for + dnl LZMA compression and using it requires linking with liblzma. + AC_CHECK_LIB(lzma, lzma_code, [LIBS="$LIBS -llzma"]) + AC_CONFIG_SUBDIRS([src/tiff]) fi fi