351
355
AC_LIB_HAVE_LINKFLAGS(protobuf,,
352
356
[#include <google/protobuf/descriptor.h>
357
358
[google::protobuf::FileDescriptor* file;])
358
359
AS_IF([test x$ac_cv_libprotobuf = xno],
359
360
AC_MSG_ERROR([protobuf is required for Drizzle]))
361
376
AC_PATH_PROG([PROTOC],[protoc],[no],[$LIBPROTOBUF_PREFIX/bin:$PATH])
362
377
if test "x$PROTOC" = "xno"