comparison configure.in @ 4272:3af45468df66 SDL-1.2

Fixed nasm detection for newer autotools
author Sam Lantinga <slouken@libsdl.org>
date Fri, 02 Oct 2009 11:26:59 +0000
parents 3d467ee2af5e
children 6eb492bd89fe
comparison
equal deleted inserted replaced
4271:c57d816eb9c5 4272:3af45468df66
725 esac 725 esac
726 726
727 dnl Mac OS X might report itself as "i386" but generate x86_64 code. 727 dnl Mac OS X might report itself as "i386" but generate x86_64 code.
728 dnl So see what size we think a pointer is, and bail if not 32-bit. 728 dnl So see what size we think a pointer is, and bail if not 32-bit.
729 AC_CHECK_SIZEOF([void *], 4) 729 AC_CHECK_SIZEOF([void *], 4)
730 if test x"$SIZEOF_VOID_P" != x4; then 730 if test x$ac_cv_sizeof_void_p != x4; then
731 return 731 return
732 fi 732 fi
733 733
734 dnl Check for NASM (for assembly blit routines) 734 dnl Check for NASM (for assembly blit routines)
735 AC_ARG_ENABLE(nasm, 735 AC_ARG_ENABLE(nasm,