diff options
author | monty@narttu.mysql.fi <> | 2003-09-23 13:36:01 +0300 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2003-09-23 13:36:01 +0300 |
commit | f05a1c83940557721a42c758e26f2adace291d0a (patch) | |
tree | 367cc7ddc8eef505b0dd3d8bd8d196d7aa8a105f /configure.in | |
parent | 88faa2ab9554b775f4436bbe5bc051fc5c8e52f5 (diff) | |
download | mariadb-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.in | 2 |
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 |