From f7f103a5388dcf14dacdd97ad194bce943f9d51e Mon Sep 17 00:00:00 2001 From: Edward Amsden Date: Fri, 17 Apr 2020 11:50:58 -0400 Subject: [PATCH] Fix cross compilation --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index aad4682..da56a55 100644 --- a/configure.ac +++ b/configure.ac @@ -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