~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Stewart Smith
  • Date: 2011-02-10 01:03:48 UTC
  • mto: (2154.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2155.
  • Revision ID: stewart@flamingspork.com-20110210010348-5l0zh0akjahvx3vi
fix Session::tx_isolation to be getTxIsolation to follow coding style, but look weird

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
AC_CONFIG_SRCDIR([drizzled/drizzled.cc])
25
25
AC_CONFIG_AUX_DIR([config])
26
26
 
27
 
PANDORA_CANONICAL_TARGET(less-warnings, require-cxx, force-gcc42, version-from-vc) 
 
27
PANDORA_CANONICAL_TARGET(less-warnings, warnings-always-on, require-cxx, force-gcc42, version-from-vc) 
28
28
 
29
29
LIBDRIZZLE_LIBRARY_VERSION=1:0:0
30
30
#                          | | |
60
60
# libexecinfo provides backtrace_symbols on FreeBSD
61
61
AC_SEARCH_LIBS(backtrace_symbols, [execinfo])
62
62
 
 
63
PANDORA_RUN_CPPLINT
 
64
 
63
65
PANDORA_REQUIRE_LIBPROTOBUF
64
66
PANDORA_PROTOBUF_REQUIRE_VERSION([2.1.0])
65
67
PANDORA_REQUIRE_PROTOC
72
74
PANDORA_REQUIRE_LIBREADLINE
73
75
PANDORA_REQUIRE_LIBDL
74
76
AC_LANG_POP
75
 
AC_FUNC_STRERROR_R
76
77
 
77
78
DRIZZLE_STACK_DIRECTION
78
79
 
146
147
AC_CONFIG_FILES(Makefile dnl
147
148
 tests/Makefile dnl
148
149
 drizzled/plugin/version.h dnl
149
 
 support-files/drizzle7.pc dnl
150
 
 support-files/libdrizzle.pc dnl
151
150
 support-files/smf/install.sh dnl
152
151
 support-files/smf/drizzle.xml dnl
153
152
 support-files/smf/drizzle)