]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
suggested change
authorMatthijs Mekking <matje@nlnetlabs.nl>
Thu, 30 Jun 2011 14:26:58 +0000 (14:26 +0000)
committerMatthijs Mekking <matje@nlnetlabs.nl>
Thu, 30 Jun 2011 14:26:58 +0000 (14:26 +0000)
git-svn-id: file:///svn/unbound/trunk@2455 be551aaa-1e26-0410-a405-d3ace91eadb9

configure.ac

index e04fe5d86c119257484d001bb62b434cf775260e..016b7112b21272cb4c09e7f4ea735a4e3095dee8 100644 (file)
@@ -727,7 +727,7 @@ AC_ARG_WITH(ldns, AC_HELP_STRING([--with-ldns=PATH],
 
 # check if ldns is good enough
 AC_CHECK_LIB(ldns, ldns_rr_new,,[
-       AC_MSG_ERROR([No ldns library found, install the ldns library, install it into system lib dir or use --with-ldns=path to other location.  The --with-ldns can point to the make-dir of ldns.  Install the package ldns or download source http://www.nlnetlabs.nl/projects/ldns])
+       AC_MSG_ERROR([No ldns library found, install the ldns library into system lib dir or use --with-ldns=path to other location.  The --with-ldns can point to the make-dir of ldns.  Install the package ldns or download source http://www.nlnetlabs.nl/projects/ldns])
 ])
 AC_CHECK_FUNC(ldns_buffer_copy)
 AC_CHECK_FUNC(ldns_key_buf2rsa_raw)
@@ -771,7 +771,7 @@ if test $ac_cv_func_ldns_buffer_copy = yes \
     dnl ldns was found
     :
 else
-    AC_MSG_ERROR([ldns library is not recent; update the ldns library, install it into system lib dir or use --with-ldns=path to it, you can use the make-dir of ldns for that.  Package libldns or download source http://www.nlnetlabs.nl/projects/ldns])
+    AC_MSG_ERROR([ldns library is not recent, update the ldns library, install it into system lib dir or use --with-ldns=path to other location.  The --with-ldns can point to the make-dir of ldns.  Package libldns or download source http://www.nlnetlabs.nl/projects/ldns])
 fi
 
 ACX_STRIP_EXT_FLAGS