summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2015-07-21 10:03:16 +0100
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2015-07-28 07:37:35 -0300
commit4d35517fe7fee8855501d21bb5687861739dc5f8 (patch)
tree086e498ee711ca5b817ee4c059c6c2f48fc307cc /configure.ac
parent75179721c701d09b5e0d90aaca6f59671e7d6ceb (diff)
downloadgnome-todo-4d35517fe7fee8855501d21bb5687861739dc5f8.tar.gz
build: Drop unnecessary function checks
We don't use them at all.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 714c53f9..2757563b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,11 +41,6 @@ LT_INIT([disable-static])
## don't rerun to this point if we abort
AC_CACHE_SAVE
-AC_CHECK_FUNCS([floor])
-AC_CHECK_FUNCS([memset])
-AC_CHECK_FUNCS([pow])
-AC_CHECK_FUNCS([strstr])
-
GLIB_GSETTINGS
dnl ================================================================