@ -80,7 +80,7 @@ dnl This is required for QNX and may be some BSD derived systems
AC_CHECK_TYPE( uint, unsigned int )
AC_CHECK_TYPE( ulong, unsigned long )
AC_CHECK_SIZEOF(long, 4)
AC_CHECK_SIZEOF(void *, 4)
dnl Checks for library functions.
AC_FUNC_VPRINTF
@ -45,7 +45,7 @@
#include "zend_errors.h"
#include "zend_alloc.h"
#if SIZEOF_LONG == 8
#if SIZEOF_VOID_P == 8
typedef unsigned int zend_bool;
#else
typedef unsigned char zend_bool;