~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Lee Bieber
  • Date: 2011-02-11 20:30:05 UTC
  • mfrom: (2157.1.3 build)
  • Revision ID: kalebral@gmail.com-20110211203005-757o1y2yf78dxzqr
Merge Stewart - 716848: drizzleimport displays wrong program_name
Merge Stewart - update README file
Merge Andrew and Joe - Exposes the InnoDB SYS_REPLICATION_LOG to data_dictionary so that it is fast and fixes many issues we have been having

Show diffs side-by-side

added added

removed removed

Lines of Context:
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)