summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2016-12-21 09:33:39 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2016-12-21 23:51:36 +0530
commit77d2774f1bcb337047911560c6f8fb0be52c1a0c (patch)
tree4c9417d6558d4bc753b775c9564cc16d80b24483 /configure.ac
parent97f39cae6367390a7d3a216f851ab5946b61b329 (diff)
build: Remove unused functions
fgetpos, fsetpos, mmap, posix_memalign. None of these are used anywhere in the codebase.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 57cb69b58..66e51bfe1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -658,12 +658,7 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[
[broken_poll="no (cross compiling)"])
AC_MSG_RESULT($broken_poll)
-dnl check for mmap()
-AC_FUNC_MMAP
-AM_CONDITIONAL(HAVE_MMAP, test "x$ac_cv_func_mmap_fixed_mapped" = "xyes")
-
-dnl check for posix_memalign(), getpagesize()
-AC_CHECK_FUNCS([posix_memalign])
+dnl check for getpagesize()
AC_CHECK_FUNCS([getpagesize])
dnl Check for POSIX timers