summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorbfriesen <bfriesen>2011-12-22 17:03:48 +0000
committerbfriesen <bfriesen>2011-12-22 17:03:48 +0000
commit65c45c0f1ec5354b6748bc5286decab43a6680f2 (patch)
treefe8256a0cbc2c7a9f148e329d10c17bc61bcad78 /configure.ac
parent2e051757f483aa46b2fca2a44228af10867b45c1 (diff)
downloadlibtiff-65c45c0f1ec5354b6748bc5286decab43a6680f2.tar.gz
* configure.ac: Add libtiff private dependency on -llzma for
pkg-config. Patch by Mark Brand. Updated Automake to 1.11.2.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fa23704f..da8e6a56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -720,6 +720,7 @@ fi
if test "$HAVE_LZMA" = "yes" ; then
AC_DEFINE(LZMA_SUPPORT,1,[Support LZMA2 compression])
LIBS="-llzma $LIBS"
+ tiff_libs_private="-llzma ${tiff_libs_private}"
if test "$HAVE_RPATH" = "yes" -a "x$with_lzma_lib_dir" != "x" ; then
LIBDIR="-R $with_lzma_lib_dir $LIBDIR"