~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Brian Aker
  • Date: 2009-06-24 23:11:25 UTC
  • Revision ID: brian@gaz-20090624231125-2pzj9mx3fe0n0cow
Fixes proto 2.1 issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
355
355
#--------------------------------------------------------------------
356
356
 
357
357
AC_LANG_PUSH([C++])
358
 
AC_LIB_HAVE_LINKFLAGS(protobuf,,
 
358
AC_LIB_HAVE_LINKFLAGS(protobuf,pthread,
359
359
[#include <google/protobuf/descriptor.h>
360
360
],
361
361
[google::protobuf::FileDescriptor* file;],system)