]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
Add a public wxModalDialogHook class for intercepting modal dialogs.
[wxWidgets.git] / configure.in
index e00e614b72f3f397e667d3697d5562d92c5b9a01..e59926b81b0623f932e3b284987f2823d4fff124 100644 (file)
@@ -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