From 844b5e71b1fd80cd378d536b3d0991b9c472cd59 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 30 Jun 2011 14:22:06 +0000 Subject: [PATCH] nicer text git-svn-id: file:///svn/unbound/trunk@2454 be551aaa-1e26-0410-a405-d3ace91eadb9 --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index e6bf267a9..e75a65eeb 100755 --- 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 diff --git a/configure.ac b/configure.ac index 2d591ceed..e04fe5d86 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 2.47.2