Mercurial > sdl-ios-xcode
changeset 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 | c57d816eb9c5 |
children | 6eb492bd89fe |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Fri Oct 02 11:12:04 2009 +0000 +++ b/configure.in Fri Oct 02 11:26:59 2009 +0000 @@ -727,7 +727,7 @@ dnl Mac OS X might report itself as "i386" but generate x86_64 code. dnl So see what size we think a pointer is, and bail if not 32-bit. AC_CHECK_SIZEOF([void *], 4) - if test x"$SIZEOF_VOID_P" != x4; then + if test x$ac_cv_sizeof_void_p != x4; then return fi