Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ AS_VAR_IF([php_cv_func_getaddrinfo], [yes],
dnl on FreeBSD, copy_file_range() works only with the undocumented flag 0x01000000;
dnl until the problem is fixed properly, copy_file_range() is used only on Linux
AC_CACHE_CHECK([for copy_file_range], [php_cv_func_copy_file_range],
[AC_COMPILE_IFELSE([AC_LANG_SOURCE([
[AC_LINK_IFELSE([AC_LANG_SOURCE([
#ifndef __linux__
# error "unsupported platform"
#endif
Expand Down
Loading