summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorunknown <tonu@volk.internalnet>2001-09-30 10:47:32 +0800
committerunknown <tonu@volk.internalnet>2001-09-30 10:47:32 +0800
commit691bca9ed75a7a1ed48712371da22bbb76ba9882 (patch)
tree23320c30b5375f656671ecf64934369738776dda /acinclude.m4
parent5017da411d557ce0027f18d33d4899325188fd70 (diff)
parent2e80fa3c5954b1cfb0d306c46ddf68d7094c5129 (diff)
downloadmariadb-git-691bca9ed75a7a1ed48712371da22bbb76ba9882.tar.gz
Merge work.mysql.com:/home/bk/mysql-4.0
into volk.internalnet:/home/tonu/mysql-4.0 acinclude.m4: Auto merged sql/mysqld.cc: Auto merged sql/sql_lex.h: Auto merged sql/sql_parse.cc: Auto merged sql/structs.h: Auto merged Docs/manual.texi: Auto merged
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 0a767227ce4..1535f0df5f7 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -663,7 +663,7 @@ if test "$cpu_vendor" = "AuthenticAMD"; then
fi
elif test "$cpu_vendor" = "GenuineIntel"; then
if test $cpu_family>=6; then
- cpu_set=" pentiumpro pentium i486 i386";
+ cpu_set="pentiumpro pentium i486 i386";
elif test $cpu_family=5; then
cpu_set="pentium i486 i386";
elif test $cpu_family=4; then
@@ -682,9 +682,9 @@ done
if test "$mysql_cv_cpu" = "unknown"
then
CFLAGS="$ac_save_CFLAGS"
- AC_MSG_RESULT(none)
+ AC_MSG_RESULT(none)
else
- AC_MSG_RESULT($mysql_cv_cpu)
+ AC_MSG_RESULT($mysql_cv_cpu)
fi
]))