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:
@@ -208,6 +208,10 @@ AC_DEFUN([AC_BAKEFILE_SUFFIXES],
|
|||||||
dlldir="$libdir"
|
dlldir="$libdir"
|
||||||
|
|
||||||
case "${BAKEFILE_HOST}" in
|
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* )
|
*-hp-hpux* )
|
||||||
SO_SUFFIX="sl"
|
SO_SUFFIX="sl"
|
||||||
SO_SUFFIX_MODULE="sl"
|
SO_SUFFIX_MODULE="sl"
|
||||||
|
Reference in New Issue
Block a user