aboutsummaryrefslogtreecommitdiff
path: root/c++tools/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'c++tools/configure.ac')
-rw-r--r--c++tools/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/c++tools/configure.ac b/c++tools/configure.ac
index 14c476b..21b3a06 100644
--- a/c++tools/configure.ac
+++ b/c++tools/configure.ac
@@ -77,6 +77,8 @@ if test $ac_cv_o_cloexec = yes; then
[Define if O_CLOEXEC supported by fcntl.])
fi
+AC_CHECK_HEADERS(sys/mman.h)
+
# C++ Modules would like some networking features to provide the mapping
# server. You can still use modules without them though.
# The following network-related checks could probably do with some