Fingers too fast on the delete(left out 'fi')
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:55:26 +0000 (16:55 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:55:26 +0000 (16:55 +0000)
Author: doogie
Date: 1999-12-10 04:42:02 GMT
Fingers too fast on the delete(left out 'fi')

buildlib/tools.m4

index 9aa9e12..507a319 100644 (file)
@@ -28,7 +28,7 @@ AC_DEFUN(ah_NUM_CPUS,
                fi],
                [if test ! -z "$GETCONF";then
                        NUM_CPUS=`$GETCONF _NPROCESSORS_ONLN 2>/dev/null`
-               ]
+               fi]
        )
        if test -z "$NUM_CPUS"; then
                NUM_CPUS=1