summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.de.marchi@gmail.com>2013-04-09 11:59:33 -0300
committerLucas De Marchi <lucas.de.marchi@gmail.com>2013-04-09 12:02:37 -0300
commit8edd5bb292fb128148191648a3f266027d3b56d8 (patch)
tree945a740c37355e759f008855c3581f8b0b1abd3f
parent8e00db9537fee379d900b352b4f6750c52d17726 (diff)
downloadkmod-8edd5bb292fb128148191648a3f266027d3b56d8.tar.gz
build-sys: Always enable parallel tests
Automake < 1.13 doesn't enable parallel tests by default, so add it to our automake options.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 066515c..fc514d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AC_INIT([kmod],
AC_CONFIG_SRCDIR([libkmod/libkmod.c])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules
- tar-pax no-dist-gzip dist-xz subdir-objects color-tests])
+ tar-pax no-dist-gzip dist-xz subdir-objects color-tests parallel-tests])
AC_PROG_CC_STDC
AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE