Re: [sane-devel] ioperm or portaccess for qcam

2015-09-12 Thread Olaf Meeuwissen
Luiz Angelo Daros de Luca writes: > 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 requir

[sane-devel] ioperm or portaccess for qcam

2015-09-09 Thread Luiz Angelo Daros de Luca
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"