ia64-hp-hpux uses .so files

This commit is contained in:
Mark Andrews
2019-05-30 11:33:11 +10:00
parent 8c386e636a
commit aeee401237
+3 -1
View 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
;;