Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
2020:091bb215baf9 | 2021:4ddfbe55e105 |
---|---|
1057 | 1057 |
1058 dnl Find the framebuffer console includes | 1058 dnl Find the framebuffer console includes |
1059 CheckFBCON() | 1059 CheckFBCON() |
1060 { | 1060 { |
1061 AC_ARG_ENABLE(video-fbcon, | 1061 AC_ARG_ENABLE(video-fbcon, |
1062 AC_HELP_STRING([--enable-video-fbcon], [use framebuffer console video driver [[default=yes]]]), | 1062 AC_HELP_STRING([--enable-video-fbcon], [use framebuffer console video driver [[default=no]]]), |
1063 , enable_video_fbcon=yes) | 1063 , enable_video_fbcon=no) |
1064 if test x$enable_video = xyes -a x$enable_video_fbcon = xyes; then | 1064 if test x$enable_video = xyes -a x$enable_video_fbcon = xyes; then |
1065 AC_MSG_CHECKING(for framebuffer console support) | 1065 AC_MSG_CHECKING(for framebuffer console support) |
1066 video_fbcon=no | 1066 video_fbcon=no |
1067 AC_TRY_COMPILE([ | 1067 AC_TRY_COMPILE([ |
1068 #include <linux/fb.h> | 1068 #include <linux/fb.h> |