Give defaults for pread and pwrite checks when cross compiling

This commit is contained in:
Alex Waugh 2001-12-30 15:39:01 +00:00
parent 4af1b42bc0
commit dc7f04163a

View File

@ -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
])
])
])