summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2012-12-04 11:41:29 -0500
committerDan Winship <danw@gnome.org>2012-12-04 11:45:12 -0500
commit3f716d732b8473ffbb68daf192958dbe1702aa39 (patch)
treeee8b10aace34c45e103a37c96ded8da9f01fad20 /configure.ac
parent9457c058330b394c7e531479c368bcacb998a01d (diff)
downloadlibsoup-3f716d732b8473ffbb68daf192958dbe1702aa39.tar.gz
tests/simple-httpd: use GMappedFile rather than mmap
(fixing a fd leak in the process)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ccabae47..2ef8cb85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -127,7 +127,6 @@ dnl *******************
dnl *** Misc checks ***
dnl *******************
AC_CHECK_FUNCS(gmtime_r)
-AC_CHECK_FUNCS(mmap)
AC_CHECK_FUNC(socket, , AC_CHECK_LIB(socket, socket))
dnl *********************