diff options
author | Dan Winship <danw@gnome.org> | 2012-12-04 11:41:29 -0500 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2012-12-04 11:45:12 -0500 |
commit | 3f716d732b8473ffbb68daf192958dbe1702aa39 (patch) | |
tree | ee8b10aace34c45e103a37c96ded8da9f01fad20 /configure.ac | |
parent | 9457c058330b394c7e531479c368bcacb998a01d (diff) | |
download | libsoup-3f716d732b8473ffbb68daf192958dbe1702aa39.tar.gz libsoup-3f716d732b8473ffbb68daf192958dbe1702aa39.tar.bz2 libsoup-3f716d732b8473ffbb68daf192958dbe1702aa39.zip |
tests/simple-httpd: use GMappedFile rather than mmap
(fixing a fd leak in the process)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
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 ********************* |