Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Temporarily disabled framebuffer console support for SDL 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 12, 2006
1 parent 21592b3 commit 11eeaed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.in
Expand Up @@ -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
Expand Down

0 comments on commit 11eeaed

Please sign in to comment.