~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2009-07-09 00:46:46 UTC
  • mto: (1093.1.9 captain)
  • mto: This revision was merged to the branch mainline in revision 1097.
  • Revision ID: mordred@inaugust.com-20090709004646-zmkgkaaqkdwk0w69
pandora-build v0.8
Removed leftover charset bits.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
AC_CONFIG_HEADERS([config.h])
25
25
AC_CONFIG_MACRO_DIR([m4])
26
26
 
27
 
PANDORA_CANONICAL_TARGET(less-warnings warnings-always-on use-gnulib require-cxx force-gcc42)
 
27
PANDORA_CANONICAL_TARGET(less-warnings, warnings-always-on, use-gnulib, require-cxx, force-gcc42)
28
28
 
29
29
# Version with no dots
30
30
AC_DEFINE([DRIZZLE_VERSION_ID],[RELEASE_ID],
35
35
# The port that was assigned by IANA.
36
36
DRIZZLE_TCP_PORT_DEFAULT=4427
37
37
 
38
 
 
39
 
dnl @TODO Get rid of all of these.
40
 
AC_DEFINE([DRIZZLE_DEFAULT_CHARSET_NAME], [utf8],
41
 
          [Define the default charset name])
42
 
AC_DEFINE([DRIZZLE_DEFAULT_COLLATION_NAME], [utf8_general_ci],
43
 
          [Define the default charset name])
44
 
 
45
 
 
46
38
# Set this for plugins to use
47
39
ac_build_drizzle="yes"
48
40