summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-11-12 17:20:51 +0100
committerDave Davenport <qball@gmpclient.org>2015-11-12 17:20:51 +0100
commit45c8de9387cd73a7369c21fcec70ca77e6832076 (patch)
tree7910e484fd010b14e18f464be9eb168654448a29 /configure.ac
parente6ca8acba98c414a93866583f17f1f6c7216f555 (diff)
If threads is set to 0, try to autodetect number of threads.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 36dafb94..b9ca532d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,6 +38,7 @@ AS_IF([test "x$enable_i3support" != xno && test "x$enable_windowmode" != "xno"],
##
AC_CHECK_FUNC([getdelim],, AC_MSG_ERROR("Could not find getdelim in c library"))
+AC_CHECK_FUNC([sysconf],, AC_MSG_ERROR("Could not find sysconf"))
##
# Check dependencies
##