From 0d2b727103449f3dab40c784d11393c1b9cfa267 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 16 Aug 2001 22:32:57 +0000 Subject: [PATCH] default fbdev to enabled again --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f2daf49dc..735cdfd13 100644 --- a/configure.ac +++ b/configure.ac @@ -396,7 +396,7 @@ dnl Checks for Linux FBDev support AC_ARG_WITH(fbdev, [ --with-fbdev use Linux framebuffer device], HAVE_FBDEV=$withval, HAVE_FBDEV=auto) -if test "x$HAVE_FBDEV" = xyes; then +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 AC_CHECK_HEADERS(linux/fb.h, HAVE_FBDEV=yes, HAVE_FBDEV=no)