summaryrefslogtreecommitdiff
path: root/BUILD/check-cpu
diff options
context:
space:
mode:
authorkent@kent-amd64.(none) <>2007-01-01 05:37:55 +0100
committerkent@kent-amd64.(none) <>2007-01-01 05:37:55 +0100
commit4b2067f3240c951dd4b9b47e91450f198f806132 (patch)
tree7456d60b83b43454dba9179f0009773c6b2d511e /BUILD/check-cpu
parent204fcc66a26257398bd577cfb6d24850fad40c11 (diff)
parent21c7eca2bfa2d64117d211d6cfeec12154010fec (diff)
downloadmariadb-git-4b2067f3240c951dd4b9b47e91450f198f806132.tar.gz
Merge mysql.com:/home/kent/bk/tmp/mysql-5.0-build
into mysql.com:/home/kent/bk/tmp/mysql-5.1-build
Diffstat (limited to 'BUILD/check-cpu')
-rwxr-xr-xBUILD/check-cpu3
1 files changed, 1 insertions, 2 deletions
diff --git a/BUILD/check-cpu b/BUILD/check-cpu
index d85adf21d71..b4f5fd41b06 100755
--- a/BUILD/check-cpu
+++ b/BUILD/check-cpu
@@ -177,8 +177,7 @@ check_cpu () {
touch __test.c
while [ "$cpu_arg" ] ; do
- # FIXME: echo -n isn't portable - see contortions autoconf goes through
- echo -n testing $cpu_arg "... " >&2
+ printf "testing $cpu_arg ... " >&2
# compile check
check_cpu_cflags=`eval echo $check_cpu_args`