Commit ac911fde authored by Sam Lantinga's avatar Sam Lantinga

Temporarily disabled framebuffer console support for SDL 1.3

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402073
parent b2dfe29e
...@@ -1059,8 +1059,8 @@ dnl Find the framebuffer console includes ...@@ -1059,8 +1059,8 @@ dnl Find the framebuffer console includes
CheckFBCON() CheckFBCON()
{ {
AC_ARG_ENABLE(video-fbcon, AC_ARG_ENABLE(video-fbcon,
AC_HELP_STRING([--enable-video-fbcon], [use framebuffer console video driver [[default=yes]]]), AC_HELP_STRING([--enable-video-fbcon], [use framebuffer console video driver [[default=no]]]),
, enable_video_fbcon=yes) , enable_video_fbcon=no)
if test x$enable_video = xyes -a x$enable_video_fbcon = xyes; then if test x$enable_video = xyes -a x$enable_video_fbcon = xyes; then
AC_MSG_CHECKING(for framebuffer console support) AC_MSG_CHECKING(for framebuffer console support)
video_fbcon=no video_fbcon=no
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment