diff options
author | tonu@volk.internalnet <> | 2001-09-30 10:47:32 +0800 |
---|---|---|
committer | tonu@volk.internalnet <> | 2001-09-30 10:47:32 +0800 |
commit | a16796c8ace9ecf8810ab0fc093fa2ee5943ebb6 (patch) | |
tree | 23320c30b5375f656671ecf64934369738776dda /acinclude.m4 | |
parent | 5293d2ea2d115e73b089ee54789fe927e1638405 (diff) | |
parent | 5658ff8237dc6e08e07154ef2a9a7c0ce3e0a453 (diff) | |
download | mariadb-git-a16796c8ace9ecf8810ab0fc093fa2ee5943ebb6.tar.gz |
Merge work.mysql.com:/home/bk/mysql-4.0
into volk.internalnet:/home/tonu/mysql-4.0
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 6 |
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 ])) |