From: Mark Andrews Date: Wed, 16 Apr 2003 00:04:08 +0000 (+0000) Subject: libbind9 X-Git-Tag: v9.2.3rc1~104^2~32 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=44e09abdf052ad02b6250d4ac6a3530a19c4f7cc;p=thirdparty%2Fbind9.git libbind9 --- diff --git a/isc-config.sh.in b/isc-config.sh.in index c72152dde23..256121e1e64 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.13 2003/04/15 23:59:27 marka Exp $ +# $Id: isc-config.sh.in,v 1.14 2003/04/16 00:04:08 marka Exp $ prefix=@prefix@ exec_prefix=@exec_prefix@ @@ -37,6 +37,7 @@ Libraries: isccfg dns lwres + bind9 EOF exit $1 } @@ -99,6 +100,7 @@ while test $# -gt 0; do libdns=true; libisc=true; libisccfg=true; + libbind9=true; ;; *) usage 1 1>&2