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,
--
sane-devel mailing list: [email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject "unsubscribe your_password"
to [email protected]