Mercurial > sdl-ios-xcode
comparison configure.in @ 144:1cfa4282f2eb
Fixed VGL detection on FreeBSD (thanks David!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 09 Aug 2001 06:14:06 +0000 |
parents | db0bee1c5845 |
children | 8758b8d42cd9 |
comparison
equal
deleted
inserted
replaced
143:db0b91d99dbc | 144:1cfa4282f2eb |
---|---|
773 #include <sys/consio.h> | 773 #include <sys/consio.h> |
774 #include <sys/kbio.h> | 774 #include <sys/kbio.h> |
775 #include <vgl.h> | 775 #include <vgl.h> |
776 ],[ | 776 ],[ |
777 VGLBitmap bitmap; | 777 VGLBitmap bitmap; |
778 exit(bitmap.PixelBytes); | 778 exit(bitmap.Bitmap); |
779 ],[ | 779 ],[ |
780 video_vgl=yes | 780 video_vgl=yes |
781 ]) | 781 ]) |
782 AC_MSG_RESULT($video_vgl) | 782 AC_MSG_RESULT($video_vgl) |
783 if test x$video_vgl = xyes; then | 783 if test x$video_vgl = xyes; then |