Restore line deleted by mistake in configure.ac by commit aee0c5d0e3
This commit is contained in:
parent
37b48a9fd6
commit
331f0ef77e
1 changed files with 1 additions and 0 deletions
|
@ -623,6 +623,7 @@ if test "x$with_jpeg" != "xno"; then
|
||||||
else
|
else
|
||||||
photorec_LDADD="$photorec_LDADD ${jpeg_lib_a}"
|
photorec_LDADD="$photorec_LDADD ${jpeg_lib_a}"
|
||||||
qphotorec_LDADD="$qphotorec_LDADD ${jpeg_lib_a}"
|
qphotorec_LDADD="$qphotorec_LDADD ${jpeg_lib_a}"
|
||||||
|
fidentify_LDADD="$fidentify_LDADD ${jpeg_lib_a}"
|
||||||
fi
|
fi
|
||||||
have_jpeg=yes
|
have_jpeg=yes
|
||||||
],AC_MSG_WARN(No jpeg library detected))
|
],AC_MSG_WARN(No jpeg library detected))
|
||||||
|
|
Loading…
Reference in a new issue