diff --git a/isc-config.sh.in b/isc-config.sh.in index a3f9cc7819..2567b39aab 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