equal
deleted
inserted
replaced
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> |