]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
libbind9
authorMark Andrews <marka@isc.org>
Tue, 15 Apr 2003 23:59:27 +0000 (23:59 +0000)
committerMark Andrews <marka@isc.org>
Tue, 15 Apr 2003 23:59:27 +0000 (23:59 +0000)
isc-config.sh.in

index 2567b39aab0609ea5e2fff0096b71f5f45f500bb..c72152dde235c6f4e0bde60abe282dd3d2569b14 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.12 2003/04/15 23:56:41 marka Exp $
+# $Id: isc-config.sh.in,v 1.13 2003/04/15 23:59:27 marka Exp $
 
 prefix=@prefix@
 exec_prefix=@exec_prefix@
@@ -124,6 +124,9 @@ if test x"$echo_libs" = x"true"; then
        if test x"$liblwres" = x"true" ; then
                libs="$libs -llwres"
        fi
+       if test x"$libbind9" = x"true" ; then
+               libs="$libs -lbind9"
+       fi
        if test x"$libdns" = x"true" ; then
                libs="$libs -ldns @DNS_CRYPTO_LIBS@"
        fi