*** empty log message ***

DEVEL_2_0_BRANCH-1
Max Vorobiev 2002-07-06 09:59:17 +00:00
rodzic 1e7e050972
commit 1694389461
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -320,6 +320,16 @@ else
fi
AC_SUBST(CANON_PP)
if test "${sane_cv_use_libieee1284}" != "yes"
then
echo "disabling HPSJ5S backend (failed to find required libieee1284 version)"
HPSJ5S=
else
echo "enabling HPSJ5S backend"
HPSJ5S=hpsj5s
fi
AC_SUBST(HPSJ5S)
if test "${HAVE_GPHOTO2}" != "gphoto2-config" \
-o "${sane_cv_use_libjpeg}" != "yes"; then
echo "disabling GPHOTO2 backend (not requested, or failed to find gphoto2-config or JPEG lib)"