Fix references to function check results

fix-build-obselete-jpeg^2^2
Olaf Meeuwissen 2020-03-23 22:00:16 +09:00
rodzic 00a7fd8f00
commit 56522b6a35
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -630,8 +630,8 @@ for be in ${BACKENDS}; do
echo "*** $be backend currently requires JPEG library - $DISABLE_MSG"
backend_supported="no"
else
if test "x${have_jpeg_crop_scanline}" != "xyes" \
|| test "x${have_jpeg_skip_scanline}" != "xyes"; then
if test "x${ac_cv_func_jpeg_crop_scanline}" != "xyes" \
|| test "x${ac_cv_func_jpeg_skip_scanlines}" != "xyes"; then
echo "*** $be backend requires a newer JPEG library - $DISABLE_MSG"
backend_supported="no"
fi