From 11eeaed8a309f92d4dda46a85ea55fe4615df583 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 12 Sep 2006 08:45:48 +0000 Subject: [PATCH] Temporarily disabled framebuffer console support for SDL 1.3 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 32ee2f660..38a87ad5e 100644 --- a/configure.in +++ b/configure.in @@ -1059,8 +1059,8 @@ dnl Find the framebuffer console includes CheckFBCON() { AC_ARG_ENABLE(video-fbcon, -AC_HELP_STRING([--enable-video-fbcon], [use framebuffer console video driver [[default=yes]]]), - , enable_video_fbcon=yes) +AC_HELP_STRING([--enable-video-fbcon], [use framebuffer console video driver [[default=no]]]), + , enable_video_fbcon=no) if test x$enable_video = xyes -a x$enable_video_fbcon = xyes; then AC_MSG_CHECKING(for framebuffer console support) video_fbcon=no