X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fconfigure.ac;h=e5923f7abe291c262dd8d146f1e84e921c3f1e3c;hp=41b522ff64c940acb839a1a249f6a7e0932967cc;hb=23f5d8ff7bc647705baa611e9a887e24405908d8;hpb=9dfcb16de981999e51887810e8e4c5cd6e77cde7 diff --git a/cinelerra-5.1/configure.ac b/cinelerra-5.1/configure.ac index 41b522ff..e5923f7a 100644 --- a/cinelerra-5.1/configure.ac +++ b/cinelerra-5.1/configure.ac @@ -677,6 +677,9 @@ echo " using: ladspa-build = $WANT_LADSPA_BUILD" echo "" # build extras +if test "x$HAVE_tiff" = "xyes"; then + EXTRA_LIBS+=' -ljbig' +fi if test "x$HAVE_NUMA" = "xyes"; then EXTRA_LIBS+=' -lnuma' fi