summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-03-16 17:30:21 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-03-16 17:31:47 (EDT)
commit4945cedb57edd76f4a53d57437d486daa7c26662 (patch)
tree08abda1f8193237230445ad0e94921cf9013d426 /configure.ac
parent55ad889515de695f3cdc19e0ccbd76a3acc9fe73 (diff)
downloaddodge-balls-4945cedb57edd76f4a53d57437d486daa7c26662.zip
dodge-balls-4945cedb57edd76f4a53d57437d486daa7c26662.tar.gz
dodge-balls-4945cedb57edd76f4a53d57437d486daa7c26662.tar.bz2
db_games_find(): Parse game name and description
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ecc933a..d98283d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,8 +36,8 @@ test -d "${srcdir}/.git" || CFLAGS="${save_CFLAGS}"
funcs_missing=false
AC_CHECK_FUNCS(
[\
- alphasort calloc dirname free malloc printf putchar realpath \
- scandir sscanf strcmp strdup vprintf
+ alphasort calloc dirname free isspace malloc printf putchar \
+ realpath scandir sscanf strcmp strdup strndup vprintf
],
[],
[funcs_missing=true])