# HG changeset patch # User Sam Lantinga # Date 1254482819 0 # Node ID 3af45468df665d61c3bd8efe94c6c0859eea2f08 # Parent c57d816eb9c5dfc3016fbad3635151720322be1f Fixed nasm detection for newer autotools diff -r c57d816eb9c5 -r 3af45468df66 configure.in --- 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