]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add libbind9 [RT #5688]
authorMark Andrews <marka@isc.org>
Tue, 15 Apr 2003 23:56:41 +0000 (23:56 +0000)
committerMark Andrews <marka@isc.org>
Tue, 15 Apr 2003 23:56:41 +0000 (23:56 +0000)
isc-config.sh.in

index a3f9cc7819da4c999164710a283ecc97f1dca6ac..2567b39aab0609ea5e2fff0096b71f5f45f500bb 100644 (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