Link with libjbig when using built-in libtiff under Unix.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 10 Jun 2013 15:52:17 +0000 (15:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 10 Jun 2013 15:52:17 +0000 (15:52 +0000)
commit3cb49512086a4b9a4eb810da9053b1d488317e82
tree35f4ac6258c3c3f4cbd1b51bb93bb9fd313ce0d7
parent6d876f2aaaac7bcf12d7d9564108b28dd9173336
Link with libjbig when using built-in libtiff under Unix.

If libjbig is available, the built-in libtiff build process picks it up and
uses it, requiring all the code linking with libtiff to link with it too, so
add it to the list of the libraries in this case.

This is the same change as was already done for liblzma dependency in r74033,
see #14963.

Closes #15244.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
configure
configure.in