summaryrefslogtreecommitdiff
path: root/Zend/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/configure.in')
-rw-r--r--Zend/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Zend/configure.in b/Zend/configure.in
index 67d3598663..9cbd1e11ce 100644
--- a/Zend/configure.in
+++ b/Zend/configure.in
@@ -15,6 +15,9 @@ AC_ZEND_C_BIGENDIAN
dnl We want this one before the checks, so the checks can modify CFLAGS.
test -z "$CFLAGS" && auto_cflags=1
+AC_CHECK_SIZEOF(long, 8)
+AC_CHECK_SIZEOF(int, 4)
+
sinclude(Zend.m4)
LIBZEND_BASIC_CHECKS