Mercurial > sdl-ios-xcode
changeset 2021:4ddfbe55e105
Temporarily disabled framebuffer console support for SDL 1.3
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 12 Sep 2006 08:45:48 +0000 |
parents | 091bb215baf9 |
children | 649e9ac39f74 |
files | configure.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Fri Sep 08 19:18:02 2006 +0000 +++ b/configure.in Tue Sep 12 08:45:48 2006 +0000 @@ -1059,8 +1059,8 @@ 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