Fwd: Bug in vesa config
Mike Emmel
mike.emmel at gmail.com
Wed Nov 29 20:22:48 PST 2006
Think I sent this to the wrong alias.
---------- Forwarded message ----------
From: Mike Emmel <mike.emmel at gmail.com>
Date: Nov 29, 2006 12:50 PM
Subject: Bug in vesa config
To: xorg-dev <xorg at freedesktop.org>
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