]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
ia64-hp-hpux uses .so files
authorMark Andrews <marka@isc.org>
Thu, 30 May 2019 01:33:11 +0000 (11:33 +1000)
committerMark Andrews <marka@isc.org>
Thu, 30 May 2019 01:33:11 +0000 (11:33 +1000)
contrib/idn/idnkit-1.0-src/configure.in

index 5d46c70c76a331bcdee83e675028d645b6467e26..c04ed609a9259aaaf0c8c3e2508a2117c582b9cc 100644 (file)
@@ -1,4 +1,3 @@
-dnl $Id: configure.in,v 1.1 2003/06/04 00:25:25 marka Exp $
 dnl Process this file with autoconf to produce a configure script.
 dnl
 dnl Copyright (c) 2000 Japan Network Information Center.  All rights reserved.
@@ -277,6 +276,9 @@ guess)
            ic_libdir=
            ic_libname=
            case "$host" in
+           ia64-hp-hpux*)
+               SO=so
+               ;;
            *-hpux*)
                SO=sl
                ;;