merge-requests/1/head
Henning Geinitz 2004-09-06 18:40:16 +00:00
rodzic e94bd95143
commit c7d6c35f08
2 zmienionych plików z 13 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
2004-09-06 Henning Meier-Geinitz <henning@meier-geinitz.de>
* configure: Regenerated.
2004-09-06 Jochen Eisinger <jochen@penguin-breeder.org>
* backend/mustek_pp.c: clarify error message

10
configure vendored
Wyświetl plik

@ -25300,7 +25300,7 @@ echo "$as_me: Manually selected backends: ${BACKENDS}" >&6;}
BACKENDS="abaton agfafocus apple artec as6e avision bh canon \
canon630u coolscan coolscan2 dc25 dmc \
epson fujitsu gt68xx hp leo matsushita microtek \
microtek2 mustek mustek_pp mustek_usb nec pie plustek \
microtek2 mustek mustek_usb nec pie plustek \
plustek_pp ricoh s9036 sceptre sharp \
sp15c st400 tamarack test teco1 teco2 teco3 umax umax_pp umax1220u \
artec_eplus48u ma1509 ibm hp5400 u12 snapscan niash"
@ -25324,6 +25324,14 @@ echo "$as_me: Manually selected backends: ${BACKENDS}" >&6;}
BACKENDS="${BACKENDS} canon_pp hpsj5s"
fi
if test "${sane_cv_use_libieee1284}" != "yes" && test "${enable_parport_directio}" != "yes"
then
echo "*** disabling MUSTEK_PP backend (failed to find libieee1284 library"
echo "*** and parport-directio is disabled)"
else
BACKENDS="${BACKENDS} mustek_pp"
fi
if test "${HAVE_GPHOTO2}" != "true" \
-o "${sane_cv_use_libjpeg}" != "yes"; then
echo "*** disabling GPHOTO2 backend (not requested, or failed to find required libraries)"