Bug in vesa config

Mike Emmel mike.emmel at gmail.com
Wed Nov 29 12:50:47 PST 2006


This line in configure.ac is wrong.

@@ -1663,8 +1701,9 @@ AM_CONDITIONAL(XSDLSERVER, [test x"$XSDL
 AM_CONDITIONAL(XEPHYR, [test "x$KDRIVE" = xyes && test "x$XEPHYR" = xyes])
 AM_CONDITIONAL(BUILD_KDRIVEFBDEVLIB, [test "x$KDRIVE" = xyes && test
"x$KDRIVEFBDEVLIB" = xyes])
 AM_CONDITIONAL(XFAKESERVER, [test "x$KDRIVE" = xyes && test "x$XFAKE" = xyes])
-AM_CONDITIONAL(KDRIVEVESA, [test x"$ac_cv_header_sys_vm86_h" = xyes])
+AM_CONDITIONAL(KDRIVEVESA, [test x"$KDRIVEVESA" = xyes])



More information about the xorg mailing list