summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Gohad <tusharsg@gmail.com>2015-06-21 23:24:10 +0000
committerTushar Gohad <tusharsg@gmail.com>2015-06-21 23:24:10 +0000
commitc8e559c9459c09b4a6b5db06d9250e39e5958346 (patch)
tree0ea89348fbf7ff7135c153a77a317f7eb706cba8
parentc5cc9d84febbd26b85cadcdbd84810dd22804537 (diff)
downloadliberasurecode-c8e559c9459c09b4a6b5db06d9250e39e5958346.tar.gz
Silent autoconf warning for ac_cv_sizeof_long
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 59f1903..4a9923d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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