Mercurial > sdl-ios-xcode
diff configure.in @ 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 | 3f21778e7433 |
children | be848c07f0b9 |
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