From: Mark Andrews Date: Tue, 15 Apr 2003 23:56:41 +0000 (+0000) Subject: add libbind9 [RT #5688] X-Git-Tag: v9.2.3rc1~104^2~34 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=59b3618ebe54e29b568e7d9db1dbaf38694a728e;p=thirdparty%2Fbind9.git add libbind9 [RT #5688] --- diff --git a/isc-config.sh.in b/isc-config.sh.in index a3f9cc7819d..2567b39aab0 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.11 2001/11/06 20:04:56 bwelling Exp $ +# $Id: isc-config.sh.in,v 1.12 2003/04/15 23:56:41 marka Exp $ prefix=@prefix@ exec_prefix=@exec_prefix@ @@ -95,6 +95,11 @@ while test $# -gt 0; do lwres) liblwres=true; ;; + bind9) + libdns=true; + libisc=true; + libisccfg=true; + ;; *) usage 1 1>&2 esac