disable fbdev by default

This commit is contained in:
Adam Olsen 2001-06-12 00:03:16 +00:00
parent afc4f250c8
commit 11de1a1fde

View file

@ -389,7 +389,7 @@ AC_SUBST(GGI_LIBS)
dnl Checks for Linux FBDev support
AC_ARG_WITH(fbdev,
[ --with-fbdev use Linux framebuffer device],
HAVE_FBDEV=$withval, HAVE_FBDEV=auto)
HAVE_FBDEV=$withval, HAVE_FBDEV=no)
if test "x$HAVE_FBDEV" != xno; then
dnl We should still be able to compile it even if
dnl there is no fbdev support in the running kernel