Restore line deleted by mistake in configure.ac by commit aee0c5d0e3

This commit is contained in:
Christophe Grenier 2018-03-17 13:33:04 +01:00
parent 37b48a9fd6
commit 331f0ef77e

View file

@ -623,6 +623,7 @@ if test "x$with_jpeg" != "xno"; then
else
photorec_LDADD="$photorec_LDADD ${jpeg_lib_a}"
qphotorec_LDADD="$qphotorec_LDADD ${jpeg_lib_a}"
fidentify_LDADD="$fidentify_LDADD ${jpeg_lib_a}"
fi
have_jpeg=yes
],AC_MSG_WARN(No jpeg library detected))