add libbind9 [RT #5688]

This commit is contained in:
Mark Andrews 2003-04-15 23:56:41 +00:00
parent 07a849ba02
commit 59b3618ebe

View file

@ -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