We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c26857 + 2663490 commit 44e9877Copy full SHA for 44e9877
1 file changed
configure.ac
@@ -76,9 +76,7 @@ AX_GCC_BUILTIN([__builtin_clzll])
76
AX_GCC_BUILTIN([__builtin_clzl])
77
78
# 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])
+AC_CHECK_FUNCS([floor getdelim gettimeofday memmove memset malloc realloc pow sqrt strchr strstr strtol])
82
83
AC_CONFIG_HEADERS([config.h])
84
AC_CONFIG_FILES([
0 commit comments