diff 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
line wrap: on
line diff
--- a/configure.in	Thu Feb 15 11:14:24 2007 +0000
+++ b/configure.in	Thu Feb 15 23:57:07 2007 +0000
@@ -1117,6 +1117,7 @@
         ])
         AC_MSG_RESULT($video_fbcon)
         if test x$video_fbcon = xyes; then
+            AC_CHECK_FUNCS(getpagesize)
             AC_DEFINE(SDL_VIDEO_DRIVER_FBCON)
             SOURCES="$SOURCES $srcdir/src/video/fbcon/*.c"
             have_video=yes