Home | History | Annotate | Download | only in dist

Lines Matching refs:protobuf

1487   --disable-dnstap        Disable dnstap support (requires fstrm, protobuf-c)
1529 --with-protobuf-c=path Path where protobuf-c is installed, for dnstap
12407 as_fn_error $? "The protoc or protoc-c program was not found. It is needed for dnstap, use --disable-dnstap, or install protobuf-c to provide protoc or protoc-c" "$LINENO" 5
12458 as_fn_error $? "The protoc-gen-c plugin was not found. It is needed for dnstap, use --disable-dnstap, or install protobuf-c-compiler to provide protoc-gen-c" "$LINENO" 5
12478 as_fn_error $? "The protoc-gen-c plugin is not working properly. Please ensure protobuf-c-compiler is properly installed" "$LINENO" 5
12482 # Check whether --with-protobuf-c was given.
12486 # workaround for protobuf-c includes at old dir before protobuf-c-1.0.0
12487 if test -f $withval/include/google/protobuf-c/protobuf-c.h; then
12496 # workaround for protobuf-c includes at old dir before protobuf-c-1.0.0
12497 if test -f /usr/include/google/protobuf-c/protobuf-c.h; then
12500 if test -f /usr/local/include/google/protobuf-c/protobuf-c.h; then
12631 for ac_lib in '' protobuf-c
12669 e) as_fn_error $? "The protobuf-c library was not found. It is needed for dnstap, use --disable-dnstap, or install protobuf-c" "$LINENO" 5 ;;