Skip to content

Commit 44e9877

Browse files
authored
Merge pull request #291 from talregev/TalR/fix_android
2 parents 6c26857 + 2663490 commit 44e9877

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

configure.ac

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ AX_GCC_BUILTIN([__builtin_clzll])
7676
AX_GCC_BUILTIN([__builtin_clzl])
7777

7878
# Checks for library functions.
79-
AC_FUNC_MALLOC
80-
AC_FUNC_REALLOC
81-
AC_CHECK_FUNCS([floor getdelim gettimeofday memmove memset pow sqrt strchr strstr strtol])
79+
AC_CHECK_FUNCS([floor getdelim gettimeofday memmove memset malloc realloc pow sqrt strchr strstr strtol])
8280

8381
AC_CONFIG_HEADERS([config.h])
8482
AC_CONFIG_FILES([

0 commit comments

Comments
 (0)