From: Wouter Wijngaards Date: Mon, 25 Aug 2014 13:53:30 +0000 (+0000) Subject: spelling fix. X-Git-Tag: release-1.5.0rc1~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2bcf1d2eceb975f09b24ee21251bb91730003c5;p=thirdparty%2Funbound.git spelling fix. git-svn-id: file:///svn/unbound/trunk@3219 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/configure b/configure index 709288cb1..24c51cd08 100755 --- a/configure +++ b/configure @@ -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 diff --git a/dnstap/dnstap.m4 b/dnstap/dnstap.m4 index 9ca6d2790..de63256dc 100644 --- a/dnstap/dnstap.m4 +++ b/dnstap/dnstap.m4 @@ -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"