diff options
author | James Cox <imajes@php.net> | 2002-07-24 00:50:04 +0000 |
---|---|---|
committer | James Cox <imajes@php.net> | 2002-07-24 00:50:04 +0000 |
commit | 79ef1c1661f0d21adcc9087d72ba3a63a4629774 (patch) | |
tree | efd7355e3d94120934d1197b16802973b632a01d /Zend | |
parent | 6b08ac665b731cf73bbe71de68055ca9a9823b8a (diff) | |
download | php-git-79ef1c1661f0d21adcc9087d72ba3a63a4629774.tar.gz |
ws fixes.
Diffstat (limited to 'Zend')
-rw-r--r-- | Zend/Zend.m4 | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Zend/Zend.m4 b/Zend/Zend.m4 index a2821e4fca..44bd9a9f71 100644 --- a/Zend/Zend.m4 +++ b/Zend/Zend.m4 @@ -77,7 +77,6 @@ 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 ) - dnl Checks for library functions. AC_FUNC_VPRINTF AC_FUNC_MEMCMP @@ -91,10 +90,6 @@ ZEND_FP_EXCEPT ]) - - - - AC_DEFUN(LIBZEND_ENABLE_DEBUG,[ AC_ARG_ENABLE(debug, @@ -106,17 +101,6 @@ AC_ARG_ENABLE(debug, ]) - - - - - - - - - - - AC_DEFUN(LIBZEND_OTHER_CHECKS,[ AC_ARG_ENABLE(experimental-zts, @@ -195,7 +179,6 @@ AC_SUBST(INLINE_CFLAGS) ]) - AC_DEFUN(LIBZEND_CPLUSPLUS_CHECKS,[ ]) |