]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
spelling fix.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 25 Aug 2014 13:53:30 +0000 (13:53 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 25 Aug 2014 13:53:30 +0000 (13:53 +0000)
git-svn-id: file:///svn/unbound/trunk@3219 be551aaa-1e26-0410-a405-d3ace91eadb9

configure
dnstap/dnstap.m4

index 709288cb16fc36e4b5db93419fb4a36a4285ccb1..24c51cd083d9bb36d7c88bf2921c57ce534885d5 100755 (executable)
--- 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
 
index 9ca6d27900dad227da62c63f5f8b9ab690c2ed84..de63256dcabcf74f6ab9f968e95ed85a3f1e6a70 100644 (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"