Fix cross compilation

This commit is contained in:
Edward Amsden 2020-04-17 11:50:58 -04:00
parent 1a5b202866
commit f7f103a538
No known key found for this signature in database
GPG Key ID: 876CB0F0F9860099

View File

@ -75,8 +75,7 @@ AC_DEFINE_UNQUOTED([HAVE_FUSE_COPY_FILE_RANGE], $fuse_has_copy_file_range, [Defi
AC_SEARCH_LIBS([dlopen], [dl], [], [AC_MSG_ERROR([unable to find dlopen()])])
AC_FUNC_ERROR_AT_LINE
AC_FUNC_MALLOC
AC_CHECK_FUNCS([open_by_handle_at error memset strdup copy_file_range statx])
AC_CHECK_FUNCS([malloc open_by_handle_at error memset strdup copy_file_range statx])
AC_CONFIG_FILES([Makefile lib/Makefile])
AC_OUTPUT