mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Give defaults for pread and pwrite checks when cross compiling
This commit is contained in:
parent
4af1b42bc0
commit
dc7f04163a
@ -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
|
||||
])
|
||||
])
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user