diff options
author | monty@hundin.mysql.fi <> | 2001-06-25 11:35:22 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-06-25 11:35:22 +0300 |
commit | 65600db56d540e11473628b6d691102be18905ee (patch) | |
tree | c5dedde5af42a65776a3a0d1d3b949cad43a0d59 /configure.in | |
parent | c7a6af051237027ac0c5338415b9103b4d30aaf3 (diff) | |
download | mariadb-git-65600db56d540e11473628b6d691102be18905ee.tar.gz |
Fixed bug when sorting big files (introduced with multi-table-delete)
Changed mysql-test to use --language
Cleaned up parameters to filesort()
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 26b74804d43..1c9501ddd46 100644 --- a/configure.in +++ b/configure.in @@ -403,7 +403,7 @@ AM_PROG_CC_STDC if test "$am_cv_prog_cc_stdc" = "no" then - AC_MSG_ERROR([MySQL requiers a ANSI C compiler (and a C++ compiler). Try gcc. See the Installation chapter in the Reference Manual.]) + AC_MSG_ERROR([MySQL requires a ANSI C compiler (and a C++ compiler). Try gcc. See the Installation chapter in the Reference Manual.]) fi NOINST_LDFLAGS= |