summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-03-16 09:33:07 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-03-16 09:48:11 (EDT)
commitaeb3d25983f4912a00352c82e983da347488fedf (patch)
tree36b348f210c74bf134dafe9507bb17e9a9b3b14e /configure.ac
parentc1c166ec5498a9f07b0ab6e443469c65849468b3 (diff)
downloaddodge-balls-aeb3d25983f4912a00352c82e983da347488fedf.zip
dodge-balls-aeb3d25983f4912a00352c82e983da347488fedf.tar.gz
dodge-balls-aeb3d25983f4912a00352c82e983da347488fedf.tar.bz2
Find games either in build dir or installed
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 012a287..ecc933a 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 free malloc printf putchar scandir sscanf \
- strcmp strdup vprintf
+ alphasort calloc dirname free malloc printf putchar realpath \
+ scandir sscanf strcmp strdup vprintf
],
[],
[funcs_missing=true])