summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-03-16 18:16:48 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-03-16 18:16:48 (EDT)
commit42c3f607730c5e24f5e9648cde2b66f5c9b59c59 (patch)
treef7b5d8f797da515cae56498b5da736c3df8c2e75 /configure.ac
parent4f032d290913d008e06f1ba0cf4e4268711edf28 (diff)
downloaddodge-balls-42c3f607730c5e24f5e9648cde2b66f5c9b59c59.zip
dodge-balls-42c3f607730c5e24f5e9648cde2b66f5c9b59c59.tar.gz
dodge-balls-42c3f607730c5e24f5e9648cde2b66f5c9b59c59.tar.bz2
db_games_find(): Match name and description lang
TODO: Make this matching less strict.
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 d98283d..64384b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ funcs_missing=false
AC_CHECK_FUNCS(
[\
alphasort calloc dirname free isspace malloc printf putchar \
- realpath scandir sscanf strcmp strdup strndup vprintf
+ realpath scandir sscanf strcasecmp strcmp strdup strndup vprintf
],
[],
[funcs_missing=true])