Silent autoconf warning for ac_cv_sizeof_long

This commit is contained in:
Tushar Gohad 2015-06-21 23:24:10 +00:00
parent c5cc9d84fe
commit c8e559c945
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ CFLAGS="$CFLAGS $SIMD_FLAGS"
# Certain code may be dependent on 32 vs. 64-bit arch, so add a
# flag for 64-bit
AC_CHECK_SIZEOF([long])
if test "$ac_cv_sizeof_long" -eq 8; then
CFLAGS="$CFLAGS -DARCH_64"
fi