Mercurial > sdl-ios-xcode
comparison configure.in @ 841:d114cfaa0b0f
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 17 Feb 2004 22:00:33 +0000 |
parents | f9a5fbcdf868 |
children | 96ba4eab74fb |
comparison
equal
deleted
inserted
replaced
840:6013fddf4c91 | 841:d114cfaa0b0f |
---|---|
761 { | 761 { |
762 AC_ARG_ENABLE(video-fbcon, | 762 AC_ARG_ENABLE(video-fbcon, |
763 [ --enable-video-fbcon use framebuffer console video driver [default=yes]], | 763 [ --enable-video-fbcon use framebuffer console video driver [default=yes]], |
764 , enable_video_fbcon=yes) | 764 , enable_video_fbcon=yes) |
765 if test x$enable_video = xyes -a x$enable_video_fbcon = xyes; then | 765 if test x$enable_video = xyes -a x$enable_video_fbcon = xyes; then |
766 CFLAGS="$CFLAGS -D__KERNEL_STRICT_NAMES" | |
767 AC_MSG_CHECKING(for framebuffer console support) | 766 AC_MSG_CHECKING(for framebuffer console support) |
768 video_fbcon=no | 767 video_fbcon=no |
769 AC_TRY_COMPILE([ | 768 AC_TRY_COMPILE([ |
770 #include <linux/fb.h> | 769 #include <linux/fb.h> |
771 #include <linux/kd.h> | 770 #include <linux/kd.h> |