summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2013-12-03 12:43:39 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2013-12-03 21:42:19 +0100
commit7eb3e0b3892c90a5a2fbaaeaf7693bffeb80a360 (patch)
tree58b27ce53f884b5ee789627b8e4c8a9ea6f2fc72 /configure.ac
parent37d9edc4a7da90da502e62e2adde67396d049bae (diff)
Kill --with-check-jobs as it is ignored anyway.
since 4eebd65858655eef3f39e40ecbe74c505f6b4688 Change-Id: Ia754906e0de06690e43f2b1063f315659e50da3e
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index dce1142df2db..3f9b91304529 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2031,12 +2031,6 @@ AC_ARG_WITH(parallelism,
10.]),
,)
-AC_ARG_WITH(check-jobs,
- AS_HELP_STRING([--with-check-jobs],
- [Maximum number of jobs that will be issued at the same time during 'make subsequenttest'.
- Default value is the same as 'parallelism'. Useful because the subsequent tests are very lightweight.]),
-,)
-
AC_ARG_WITH(all-tarballs,
AS_HELP_STRING([--with-all-tarballs],
[Download all external tarballs unconditionally]))