On 09/14/11 10:07 AM, Jamey Sharp wrote:
"configure --with-int10=yes" is not a valid configuration, and the check
for sys/vm86.h and sys/io.h is not used. Delete it.
  AM_CONDITIONAL(INT10_VM86, [test "x$INT10" = xvm86])
  AM_CONDITIONAL(INT10_X86EMU, [test "x$INT10" = xx86emu])
  AM_CONDITIONAL(INT10_STUB, [test "x$INT10" = xstub])
-if test "x$INT10" = xyes; then
-       dnl VM86 headers
-       AC_CHECK_HEADERS([sys/vm86.h sys/io.h])
-fi

Should that be checking for "x$INT10" = xvm86 since it's checking for the vm86 headers? Perhaps AC_ERRORing if vm86 is requested and they're not
found?

--
        -Alan Coopersmith-        alan.coopersm...@oracle.com
         Oracle Solaris Platform Engineering: X Window System
_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to