summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-08-05 20:23:50 (EDT)
committer P. J. McDermott <pj@pehjota.net>2021-08-05 23:28:12 (EDT)
commita42ea8a19ab40a02c0c46b2d60ced87c5da1f7eb (patch)
treef43aadd4c8b064b4692a3e412a9ece3f925a41e6 /configure.ac
parent9da87b6829205774ab08d46253ae5ca39723ef5e (diff)
downloadmazefight-a42ea8a19ab40a02c0c46b2d60ced87c5da1f7eb.zip
mazefight-a42ea8a19ab40a02c0c46b2d60ced87c5da1f7eb.tar.gz
mazefight-a42ea8a19ab40a02c0c46b2d60ced87c5da1f7eb.tar.bz2
tk: Add text widget (without event handling)
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 5ef2231..02b53ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,7 @@ AC_CHECK_FUNCS(
if ${funcs_missing}; then
AC_MSG_ERROR([required functions are missing])
fi
-for func in round sqrt; do
+for func in ceil log10 round sqrt; do
AC_SEARCH_LIBS([${func}], [m], [], [
AC_MSG_ERROR([required functions are missing])
])