Commit 3515e799 authored by unknown's avatar unknown

configure.in:

  Fix typo.


configure.in:
  Fix typo.
parent 94f36589
...@@ -521,7 +521,7 @@ fi ...@@ -521,7 +521,7 @@ fi
AC_SUBST(CHECK_PID) AC_SUBST(CHECK_PID)
AC_MSG_RESULT("$CHECK_PID") AC_MSG_RESULT("$CHECK_PID")
# We need a ANSI C compiler # We need an ANSI C compiler
AM_PROG_CC_STDC AM_PROG_CC_STDC
# We need an assembler, too # We need an assembler, too
...@@ -529,7 +529,7 @@ AM_PROG_AS ...@@ -529,7 +529,7 @@ AM_PROG_AS
if test "$am_cv_prog_cc_stdc" = "no" if test "$am_cv_prog_cc_stdc" = "no"
then 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 fi
NOINST_LDFLAGS= NOINST_LDFLAGS=
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment