repo.or.cz
/
zfs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ZTS: Increase zpool_import_parallel_pos import margin
[zfs.git]
/
config
/
always-parallel.m4
blob
c1f1ae78e7e7cabeb899b01dce38a67cf8d6ff3d
1
dnl #
2
dnl # Check if GNU parallel is available.
3
dnl #
4
AC_DEFUN([ZFS_AC_CONFIG_ALWAYS_PARALLEL], [
5
AC_CHECK_PROG([PARALLEL], [parallel], [yes])
6
7
AM_CONDITIONAL([HAVE_PARALLEL], [test "x$PARALLEL" = "xyes"])
8
])