summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-08-02 01:31:44 (EDT)
committer P. J. McDermott <pj@pehjota.net>2021-08-02 01:41:17 (EDT)
commit6726ddebccda0eaa6b75d1d14587aecce62ad826 (patch)
treeed0b086b6e227b8f2010d8425fec37f3ab627a9c /configure.ac
parentb7f5f6118812bfb6bf0815ab23f3399eec571068 (diff)
downloadmazefight-6726ddebccda0eaa6b75d1d14587aecce62ad826.zip
mazefight-6726ddebccda0eaa6b75d1d14587aecce62ad826.tar.gz
mazefight-6726ddebccda0eaa6b75d1d14587aecce62ad826.tar.bz2
util: Add mf_strcat()
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])