aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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 60518438..44b078cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1935,6 +1935,7 @@ AC_MSG_RESULT($use_gcov)
1935AM_CONDITIONAL([USE_COVERAGE], [test "x$use_gcov" = "xyes"]) 1935AM_CONDITIONAL([USE_COVERAGE], [test "x$use_gcov" = "xyes"])
1936 1936
1937AX_COUNT_CPUS 1937AX_COUNT_CPUS
1938AS_IF([[test "$CPU_COUNT" -gt "32"]], [[CPU_COUNT="32"]])dnl Limit resource usage
1938AC_SUBST([CPU_COUNT]) 1939AC_SUBST([CPU_COUNT])
1939 1940
1940AC_MSG_CHECKING([[whether to enable debug asserts]]) 1941AC_MSG_CHECKING([[whether to enable debug asserts]])