summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 5134ee3cc..d9deb8710 100644
--- a/configure.in
+++ b/configure.in
@@ -292,6 +292,13 @@ AC_COMPILE_IFELSE(
#
+# setrlimit - used to set the socket limit
+#
+AC_CHECK_FUNC([setrlimit],[CFLAGS="$CFLAGS -DHAVE_SETRLIMIT"])
+
+
+
+#
# Memory manager
#
case $enable_manager in