summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authormonty@narttu.mysql.fi <>2003-09-23 13:36:01 +0300
committermonty@narttu.mysql.fi <>2003-09-23 13:36:01 +0300
commitf05a1c83940557721a42c758e26f2adace291d0a (patch)
tree367cc7ddc8eef505b0dd3d8bd8d196d7aa8a105f /configure.in
parent88faa2ab9554b775f4436bbe5bc051fc5c8e52f5 (diff)
downloadmariadb-git-f05a1c83940557721a42c758e26f2adace291d0a.tar.gz
Block SIGPIPE also for not threaded client programs.
Added --include and --libs_r options to mysql_config. Added mysql_get_client_version() to client library Fixed some minor benchmark issues
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8ec42366ed9..168ac91667d 100644
--- a/configure.in
+++ b/configure.in
@@ -2256,7 +2256,7 @@ do
done
if test $charset_okay = 0;
then
- AC_MSG_ERROR([Charset $cs not available. (Available $CHARSETS_AVAILABLE).
+ AC_MSG_ERROR([Charset '$cs' not available. (Available $CHARSETS_AVAILABLE).
See the Installation chapter in the Reference Manual.]);
fi
done