--with-libexpat=path specify explicit path for libexpat.
--with-dnstap-socket-path=pathname
set default dnstap socket path
- --with-protobuf-c=path Path where protobuf is installed, for dnstap
+ --with-protobuf-c=path Path where protobuf-c is installed, for dnstap
--with-libfstrm=path Path where libfstrm in installed, for dnstap
--with-libunbound-only do not build daemon and tool programs
AC_MSG_ERROR([The protoc-c program was not found. Please install protobuf-c!])
fi
AC_ARG_WITH([protobuf-c], AC_HELP_STRING([--with-protobuf-c=path],
- [Path where protobuf is installed, for dnstap]), [
+ [Path where protobuf-c is installed, for dnstap]), [
# workaround for protobuf includes at old dir before protobuf-1.0.0
if test -f $withval/include/google/protobuf-c/protobuf-c.h; then
CFLAGS="$CFLAGS -I$withval/include/google"