fix configure messages for 2 backends

dell1600n_net and mustek_pp configure messages did not
match the actual tests being run. From looking at the
backends, the tests seem to be accurate.
merge-requests/1/head
m. allan noah 2015-09-19 13:25:16 -04:00
rodzic 4b825b7d87
commit a6f8a3fd9f
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -605,14 +605,14 @@ for be in ${BACKENDS}; do
mustek_pp)
if test "${sane_cv_use_libieee1284}" != "yes" && test "${enable_parport_directio}" != "yes"; then
echo "*** $be backend requires libieee1284 and paraport-directio libraries - $DISABLE_MSG"
echo "*** $be backend requires libieee1284 or parport-directio libraries - $DISABLE_MSG"
backend_supported="no"
fi
;;
dell1600n_net)
if test "${sane_cv_use_libjpeg}" != "yes" || test "${sane_cv_use_libtiff}" != "yes"; then
echo "*** $be backend requires JPEG and/or TIFF library - $DISABLE_MSG"
echo "*** $be backend requires JPEG and TIFF library - $DISABLE_MSG"
backend_supported="no"
fi
;;