From af1f60e601398343bc8e94c430d0833de936c373 Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 22 Jan 2005 20:28:17 +0000 Subject: - Compile fix for systems without uint32_t typedef --- Zend/configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Zend/configure.in') 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 -- cgit v1.2.1