Mercurial > sdl-ios-xcode
comparison configure.in @ 1836:703f7268b5b1
DragonFly BSD has an older version of VGL which SDL doesn't support.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 15 May 2006 12:22:58 +0000 |
parents | 037715c96a85 |
children | 2280e314a978 |
comparison
equal
deleted
inserted
replaced
1835:2fe9a74e654b | 1836:703f7268b5b1 |
---|---|
1233 #include <sys/consio.h> | 1233 #include <sys/consio.h> |
1234 #include <sys/kbio.h> | 1234 #include <sys/kbio.h> |
1235 #include <vgl.h> | 1235 #include <vgl.h> |
1236 ],[ | 1236 ],[ |
1237 VGLBitmap bitmap; | 1237 VGLBitmap bitmap; |
1238 bitmap.Type = VIDBUF32; | |
1239 bitmap.PixelBytes = 4; | |
1238 exit(bitmap.Bitmap); | 1240 exit(bitmap.Bitmap); |
1239 ],[ | 1241 ],[ |
1240 video_vgl=yes | 1242 video_vgl=yes |
1241 ]) | 1243 ]) |
1242 AC_MSG_RESULT($video_vgl) | 1244 AC_MSG_RESULT($video_vgl) |