comparison configure.in @ 2093:cdaeb26ed66a

Merged r2981:2982 from branches/SDL-1.2: fbcon getpagesize() compile fix.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 15 Feb 2007 23:57:07 +0000
parents 962aa10fa95b
children 4a010418f3b9
comparison
equal deleted inserted replaced
2092:8e761d6af583 2093:cdaeb26ed66a
1115 ],[ 1115 ],[
1116 video_fbcon=yes 1116 video_fbcon=yes
1117 ]) 1117 ])
1118 AC_MSG_RESULT($video_fbcon) 1118 AC_MSG_RESULT($video_fbcon)
1119 if test x$video_fbcon = xyes; then 1119 if test x$video_fbcon = xyes; then
1120 AC_CHECK_FUNCS(getpagesize)
1120 AC_DEFINE(SDL_VIDEO_DRIVER_FBCON) 1121 AC_DEFINE(SDL_VIDEO_DRIVER_FBCON)
1121 SOURCES="$SOURCES $srcdir/src/video/fbcon/*.c" 1122 SOURCES="$SOURCES $srcdir/src/video/fbcon/*.c"
1122 have_video=yes 1123 have_video=yes
1123 fi 1124 fi
1124 fi 1125 fi