summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 89ebdbe..a506671 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ test -d "${srcdir}/.git" || CFLAGS="${save_CFLAGS}"
funcs_missing=false
AC_CHECK_FUNCS(
[\
- calloc free rand srand
+ calloc free malloc memcpy rand srand strlen
],
[],
[funcs_missing=true])