summaryrefslogtreecommitdiff
path: root/config/ac-macros/character_sets.m4
diff options
context:
space:
mode:
authorunknown <kent@mysql.com/kent-amd64.(none)>2008-02-26 18:36:06 +0100
committerunknown <kent@mysql.com/kent-amd64.(none)>2008-02-26 18:36:06 +0100
commitfbdf41855681235245612ab72cbc600ca2a03d1c (patch)
tree6b688301bdebe315cb40a33ec74716a7786b1a80 /config/ac-macros/character_sets.m4
parent7084d02ea914d0d3d34eed57601af674fb021d86 (diff)
downloadmariadb-git-fbdf41855681235245612ab72cbc600ca2a03d1c.tar.gz
Makefile.am, Info.plist.sh:
Use MYSQL_NUMERIC_VERSION, only three numbers separated with dot misc.m4, character_sets.m4, openssl.m4: Removed unneded semicolon config/ac-macros/character_sets.m4: Removed unneded semicolon config/ac-macros/misc.m4: Removed unneded semicolon config/ac-macros/openssl.m4: Removed unneded semicolon support-files/MacOSX/Info.plist.sh: Use MYSQL_NUMERIC_VERSION, only three numbers separated with dot support-files/MacOSX/Makefile.am: Use MYSQL_NUMERIC_VERSION, only three numbers separated with dot
Diffstat (limited to 'config/ac-macros/character_sets.m4')
-rw-r--r--config/ac-macros/character_sets.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/config/ac-macros/character_sets.m4 b/config/ac-macros/character_sets.m4
index 8c3e8ca73b7..ea2763a1cd4 100644
--- a/config/ac-macros/character_sets.m4
+++ b/config/ac-macros/character_sets.m4
@@ -199,7 +199,7 @@ do
;;
*)
AC_MSG_ERROR([Charset '$cs' not available. (Available are: $CHARSETS_AVAILABLE).
- See the Installation chapter in the Reference Manual.]);
+ See the Installation chapter in the Reference Manual.])
esac
done
@@ -380,7 +380,7 @@ case $default_charset in
;;
*)
AC_MSG_ERROR([Charset $cs not available. (Available are: $CHARSETS_AVAILABLE).
- See the Installation chapter in the Reference Manual.]);
+ See the Installation chapter in the Reference Manual.])
esac
if test "$default_collation" = default; then
@@ -405,7 +405,7 @@ else
Collation $default_collation is not valid for character set $default_charset.
Valid collations are: $default_charset_collations.
See the Installation chapter in the Reference Manual.
- ]);
+ ])
fi
AC_DEFINE_UNQUOTED([MYSQL_DEFAULT_CHARSET_NAME], ["$default_charset"],