diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:26 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:26 +0000 |
commit | 97db00570a3aab46d88db0f9d1efbcd4d2fd8131 (patch) | |
tree | 76cf07f5c3edf5e0f09173837107c9c7b64a359b /buildlib/tools.m4 | |
parent | 33ca57b65170c12161da263b548c506135e0898e (diff) |
Fingers too fast on the delete(left out 'fi')
Author: doogie
Date: 1999-12-10 04:42:02 GMT
Fingers too fast on the delete(left out 'fi')
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 9aa9e12bf..507a319bd 100644 --- a/buildlib/tools.m4 +++ b/buildlib/tools.m4 @@ -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 |