merge-requests/1/head
m. allan noah 2009-11-17 20:09:14 -05:00
rodzic 21f0a2c6e1
commit d01f0a38f2
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -580,7 +580,7 @@ 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 and paraport-directio libraries - $DISABLE_MSG"
backend_supported="no"
fi
;;

2
configure vendored
Wyświetl plik

@ -34418,7 +34418,7 @@ 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 and paraport-directio libraries - $DISABLE_MSG"
backend_supported="no"
fi
;;