diff options
author | unknown <paul@ice.snake.net> | 2004-06-18 12:14:27 -0500 |
---|---|---|
committer | unknown <paul@ice.snake.net> | 2004-06-18 12:14:27 -0500 |
commit | 3515e799cde2b2a1e304cbbea2c1491030210e6a (patch) | |
tree | 7a41521ba8ca2707a83c09c2b62f50986712d6c8 /configure.in | |
parent | 94f36589c72c7c916802e2c8da9cb2f3ecc72b4a (diff) | |
download | mariadb-git-3515e799cde2b2a1e304cbbea2c1491030210e6a.tar.gz |
configure.in:
Fix typo.
configure.in:
Fix typo.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index b1308d8fe09..bb496871960 100644 --- a/configure.in +++ b/configure.in @@ -521,7 +521,7 @@ fi AC_SUBST(CHECK_PID) AC_MSG_RESULT("$CHECK_PID") -# We need a ANSI C compiler +# We need an ANSI C compiler AM_PROG_CC_STDC # We need an assembler, too @@ -529,7 +529,7 @@ AM_PROG_AS if test "$am_cv_prog_cc_stdc" = "no" then - AC_MSG_ERROR([MySQL requires a ANSI C compiler (and a C++ compiler). Try gcc. See the Installation chapter in the Reference Manual.]) + AC_MSG_ERROR([MySQL requires an ANSI C compiler (and a C++ compiler). Try gcc. See the Installation chapter in the Reference Manual.]) fi NOINST_LDFLAGS= |