mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 13:50:00 -04:00
add libbind9 [RT #5688]
This commit is contained in:
parent
07a849ba02
commit
59b3618ebe
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue