summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 5714844..138a707 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,9 +41,7 @@ AC_TYPE_UINT32_T
AC_TYPE_UINT8_T
# Checks for library functions.
-AC_FUNC_MALLOC
-AC_FUNC_REALLOC
-AC_CHECK_FUNCS([strdup strerror strndup])
+AC_CHECK_FUNCS([strdup strerror strndup malloc realloc calloc])
# Checks for libraries.
AC_CHECK_HEADERS([readline/readline.h], [],