diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:24 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:24 +0000 |
commit | e5d83da5732ab4ae18cab192345726ba13fd8c34 (patch) | |
tree | 37b5aab735f18c244e56774c091d0c30edafd5ae /buildlib/tools.m4 | |
parent | 36c62cf8e898860f61f6b0b45d90aeac7ff047c0 (diff) |
Same bashism, different line.
Author: doogie
Date: 1999-12-10 04:34:37 GMT
Same bashism, different line.
Diffstat (limited to 'buildlib/tools.m4')
-rw-r--r-- | buildlib/tools.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildlib/tools.m4 b/buildlib/tools.m4 index 6ef52d09c..32b7d7956 100644 --- a/buildlib/tools.m4 +++ b/buildlib/tools.m4 @@ -27,7 +27,7 @@ AC_DEFUN(ah_NUM_CPUS, elif test ! "$withval" = "no";then NUM_CPUS=$withval fi], - [if test "$GETCONF";then + [if test ! -z "$GETCONF";then NUM_CPUS=`$GETCONF _NPROCESSORS_ONLN 2>/dev/null` else NUM_CPUS=1 |