]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
nicer text
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 30 Jun 2011 14:22:06 +0000 (14:22 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 30 Jun 2011 14:22:06 +0000 (14:22 +0000)
git-svn-id: file:///svn/unbound/trunk@2454 be551aaa-1e26-0410-a405-d3ace91eadb9

configure
configure.ac

index e6bf267a9fbbe50c4824325f47c6203cc0e71a30..e75a65eeb38eb026b7533b097277e5098420e962 100755 (executable)
--- a/configure
+++ b/configure
@@ -16740,7 +16740,7 @@ _ACEOF
 
 else
 
-       as_fn_error $? "No ldns library found, install the ldns library, let me detect the location or use --with-ldns=path to systemdir or the make-dir of ldns.  Install the package ldns or download source http://www.nlnetlabs.nl/projects/ldns" "$LINENO" 5
+       as_fn_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" "$LINENO" 5
 
 fi
 
index 2d591ceedc437e554426880c2fb4b927114abb5c..e04fe5d86c119257484d001bb62b434cf775260e 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, let me detect the location or use --with-ldns=path to systemdir or 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, 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_CHECK_FUNC(ldns_buffer_copy)
 AC_CHECK_FUNC(ldns_key_buf2rsa_raw)