From: Alex Waugh Date: Sun, 30 Dec 2001 15:39:01 +0000 (+0000) Subject: Give defaults for pread and pwrite checks when cross compiling X-Git-Tag: PRE_ISSET_PATCH~354 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc7f04163af23b496d57af6106b37cbf5239d061;p=php Give defaults for pread and pwrite checks when cross compiling --- diff --git a/acinclude.m4 b/acinclude.m4 index c63db812b8..817e6dc904 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -245,6 +245,8 @@ AC_DEFUN(PHP_MISSING_PREAD_DECL,[ ],[ ac_cv_pread=no ]) + ],[ + ac_cv_pread=no ]) ]) ]) @@ -279,6 +281,8 @@ AC_DEFUN(PHP_MISSING_PWRITE_DECL,[ ],[ ac_cv_pwrite=no ]) + ],[ + ac_cv_pwrite=no ]) ]) ])