comparison configure.in @ 212:5e8f81418e30

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Tue, 23 Oct 2001 00:50:44 +0000
parents 0cc95f442f3a
children f928da36f0e9
comparison
equal deleted inserted replaced
211:0cc95f442f3a 212:5e8f81418e30
400 AUDIO_DRIVERS="$AUDIO_DRIVERS disk/libaudio_disk.la" 400 AUDIO_DRIVERS="$AUDIO_DRIVERS disk/libaudio_disk.la"
401 fi 401 fi
402 } 402 }
403 403
404 dnl See if we can use x86 assembly blitters 404 dnl See if we can use x86 assembly blitters
405 # NASM is available from: http://nasm.octium.net/
405 CheckNASM() 406 CheckNASM()
406 { 407 {
407 dnl Make sure we are running on an x86 platform 408 dnl Make sure we are running on an x86 platform
408 case $target in 409 case $target in
409 i?86*) 410 i?86*)