~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Brian Aker
  • Date: 2009-05-20 23:51:08 UTC
  • mfrom: (1022.2.18 mordred)
  • Revision ID: brian@gaz-20090520235108-nb5he1em112798pb
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
346
346
#--------------------------------------------------------------------
347
347
 
348
348
AC_LANG_PUSH([C++])
349
 
AC_LIB_HAVE_LINKFLAGS(protobuf,,
 
349
AC_LIB_HAVE_LINKFLAGS(protobuf,pthread,
350
350
[#include <google/protobuf/descriptor.h>
351
351
],
352
352
[google::protobuf::FileDescriptor* file;],system)