~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2009-07-09 00:04:44 UTC
  • mto: (1093.1.9 captain)
  • mto: This revision was merged to the branch mainline in revision 1097.
  • Revision ID: mordred@inaugust.com-20090709000444-1jf6qw4gvyhdab1a
Got rid of #ifdef have utf8 stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
 
39
39
dnl @TODO Get rid of all of these.
40
 
AC_DEFINE(HAVE_CHARSET_utf8mb4, 1, [Define to enable ut8])
41
 
AC_DEFINE([USE_MB], 1, [Use multi-byte character routines])
42
40
AC_DEFINE([DRIZZLE_DEFAULT_CHARSET_NAME], [utf8],
43
41
          [Define the default charset name])
44
42
AC_DEFINE([DRIZZLE_DEFAULT_COLLATION_NAME], [utf8_general_ci],