summaryrefslogtreecommitdiff
path: root/BUILD/check-cpu
diff options
context:
space:
mode:
authorunknown <kent@mysql.com/kent-amd64.(none)>2007-01-01 05:31:23 +0100
committerunknown <kent@mysql.com/kent-amd64.(none)>2007-01-01 05:31:23 +0100
commite809f9133efc93f9101f92697cb5b8aacbae18fc (patch)
tree7ac8f4b1d2f469ad69d7a82fbd5c51f21f58bb2d /BUILD/check-cpu
parente9adafcdf6bfdc1d6eb1fcac009fb8fbe2471f2a (diff)
parent6d0387a704235da8e2135225844aee17ff1dcccb (diff)
downloadmariadb-git-e809f9133efc93f9101f92697cb5b8aacbae18fc.tar.gz
Merge mysql.com:/home/kent/bk/tmp/mysql-4.1-build
into mysql.com:/home/kent/bk/tmp/mysql-5.0-build BUILD/check-cpu: Auto merged scripts/mysql_secure_installation.sh: Auto merged
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 fb69fd0acae..07d8e71b0e4 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`