summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-03-16 06:03:44 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-03-16 06:03:44 (EDT)
commit331d7f379e1ab68ad2e002284101ee670445e178 (patch)
tree9209bf69d244b0516406b2e9a5612f78e687ba28 /configure.ac
parent502f1bffc4a2b4cc6358770a563b03af7dc7f8b1 (diff)
downloaddodge-balls-331d7f379e1ab68ad2e002284101ee670445e178.zip
dodge-balls-331d7f379e1ab68ad2e002284101ee670445e178.tar.gz
dodge-balls-331d7f379e1ab68ad2e002284101ee670445e178.tar.bz2
build: Link rather than copy game data
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index eaf4387..012a287 100644
--- a/configure.ac
+++ b/configure.ac
@@ -120,6 +120,8 @@ if test "x$XCF2PNG" = "xno"; then
xcftools may need to be installed.])
fi
+AC_PROG_LN_S()
+
AC_CONFIG_FILES([Makefile])
AC_CONFIG_HEADERS([config.h])
AC_OUTPUT()