use correct shared library extension for HP-UX on ia64 [forward port from the next bakefile version]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2008-11-12 15:37:01 +00:00
parent e61c1fef6e
commit 970a5babf7

View File

@ -208,6 +208,10 @@ AC_DEFUN([AC_BAKEFILE_SUFFIXES],
dlldir="$libdir"
case "${BAKEFILE_HOST}" in
dnl PA-RISC HP systems used .sl but IA64 use ELF-64 and so use the
dnl standard .so extension
ia64-hp-hpux* )
;;
*-hp-hpux* )
SO_SUFFIX="sl"
SO_SUFFIX_MODULE="sl"