[sane-devel] ioperm or portaccess for qcam
Luiz Angelo Daros de Luca
luizluca at gmail.com
Wed Sep 9 21:35:53 UTC 2015
Hello,
While trying to solve a problem with missing inb/outb for mips, I saw this
check in configure:
qcam)
if test "${ac_cv_func_ioperm}" = "no" \
&& test "${ac_cv_func__portaccess}" = "no"; then
echo "*** $be backend requires ioperm and portaccess functions -
$DISABLE_MSG"
backend_supported="no"
fi
;;
http://anonscm.debian.org/cgit/sane/sane-backends.git/tree/acinclude.m4#n631
Either the message is wrong or the logic. I guess the message should
be "...requires
ioperm or portaccess"
Regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20150909/c7bd9feb/attachment.html>
More information about the sane-devel
mailing list