spelling fix.

git-svn-id: file:///svn/unbound/trunk@3219 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2014-08-25 13:53:30 +00:00
parent 3390cc15c7
commit a2bcf1d2ec
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -1537,7 +1537,7 @@ Optional Packages:
--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

View file

@ -21,7 +21,7 @@ AC_DEFUN([dt_DNSTAP],
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"