summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>2011-12-22 17:03:48 +0000
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>2011-12-22 17:03:48 +0000
commitd338f7fe2290da7e528f37b7df6ff7878ce1add0 (patch)
treec88a4157d806c8b297ac682529dc9d94349ab07a /configure.ac
parentf7b79dc7dc86ccbaabe9882e2b9ffa5ee8dac917 (diff)
downloadlibtiff-git-d338f7fe2290da7e528f37b7df6ff7878ce1add0.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"