~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Brian Aker
  • Date: 2010-08-19 16:45:03 UTC
  • mfrom: (1711.6.11 staging)
  • Revision ID: brian@tangent.org-20100819164503-t7rhibp5s7bv3dtu
Merge of signals, plus build fix for FreeBSD. Also contains memset/constructor patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
  AC_MSG_ERROR(["bison is required for Drizzle to build from a bzr branch"])
42
42
])
43
43
 
 
44
# libexecinfo provides backtrace_symbols on FreeBSD
 
45
AC_SEARCH_LIBS(backtrace_symbols, [execinfo])
 
46
 
44
47
PANDORA_RUN_CPPLINT
45
48
 
46
49
PANDORA_REQUIRE_LIBPROTOBUF