Skip to content

Commit b3f3414

Browse files
committed
Merge branch 'PHP-8.2'
2 parents aef9430 + 5d7b64b commit b3f3414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ return 0;
716716
#else
717717
#error "unsupported platform"
718718
#endif
719-
]])], [ac_cv_copy_file_range=yes], [ac_cv_copy_file_range=no])
719+
]])], [ac_cv_copy_file_range=yes], [ac_cv_copy_file_range=no], [ac_cv_copy_file_range=no])
720720
])
721721

722722
if test "$ac_cv_copy_file_range" = yes; then

0 commit comments

Comments
 (0)