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
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"