]> git.saurik.com Git - apt.git/commitdiff
Same bashism, different line.
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:55:24 +0000 (16:55 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:55:24 +0000 (16:55 +0000)
Author: doogie
Date: 1999-12-10 04:34:37 GMT
Same bashism, different line.

buildlib/tools.m4

index 6ef52d09c08b41d29926b7197cee5d69e2145a2b..32b7d79569c169211d63d4f1785434e9c6db049c 100644 (file)
@@ -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