From 36ac8850c6ae6659c6cd89bf431cd2d942901cf7 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 15 Apr 2003 23:59:27 +0000 Subject: [PATCH] libbind9 --- isc-config.sh.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/isc-config.sh.in b/isc-config.sh.in index 2567b39aab..c72152dde2 100644 --- a/isc-config.sh.in +++ b/isc-config.sh.in @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: isc-config.sh.in,v 1.12 2003/04/15 23:56:41 marka Exp $ +# $Id: isc-config.sh.in,v 1.13 2003/04/15 23:59:27 marka Exp $ prefix=@prefix@ exec_prefix=@exec_prefix@ @@ -124,6 +124,9 @@ if test x"$echo_libs" = x"true"; then if test x"$liblwres" = x"true" ; then libs="$libs -llwres" fi + if test x"$libbind9" = x"true" ; then + libs="$libs -lbind9" + fi if test x"$libdns" = x"true" ; then libs="$libs -ldns @DNS_CRYPTO_LIBS@" fi