comparison configure.in @ 129:db0bee1c5845

Applied Maxim's patch for VGL detection on FreeBSD
author Sam Lantinga <slouken@libsdl.org>
date Tue, 31 Jul 2001 04:06:56 +0000
parents 92cbc667a9ff
children 1cfa4282f2eb
comparison
equal deleted inserted replaced
128:8f7b9d6be8cc 129:db0bee1c5845
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.PyxelBytes); 778 exit(bitmap.PixelBytes);
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
1255 CheckESD 1255 CheckESD
1256 CheckNAS 1256 CheckNAS
1257 CheckX11 1257 CheckX11
1258 CheckDGA 1258 CheckDGA
1259 CheckSVGA 1259 CheckSVGA
1260 CheckVGL
1261 CheckAAlib 1260 CheckAAlib
1262 CheckOpenGL 1261 CheckOpenGL
1263 CheckPTHREAD 1262 CheckPTHREAD
1264 # Set up files for the main() stub 1263 # Set up files for the main() stub
1265 COPY_ARCH_SRC(src/main, linux, SDL_main.c) 1264 COPY_ARCH_SRC(src/main, linux, SDL_main.c)
1292 ;; 1291 ;;
1293 *-*-freebsd*) 1292 *-*-freebsd*)
1294 ARCH=freebsd 1293 ARCH=freebsd
1295 CheckDummyVideo 1294 CheckDummyVideo
1296 CheckDiskAudio 1295 CheckDiskAudio
1296 CheckVGL
1297 CheckNASM 1297 CheckNASM
1298 CheckOSS 1298 CheckOSS
1299 CheckARTSC 1299 CheckARTSC
1300 CheckESD 1300 CheckESD
1301 CheckNAS 1301 CheckNAS