From: Vadim Zeitlin Date: Wed, 12 Nov 2008 15:37:01 +0000 (+0000) Subject: use correct shared library extension for HP-UX on ia64 [forward port from the next... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/970a5babf73df32fbbb6c4e6a07b1a0d6b9001a4 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 --- diff --git a/build/aclocal/bakefile.m4 b/build/aclocal/bakefile.m4 index 7d05c48b9d..4319af4de3 100644 --- a/build/aclocal/bakefile.m4 +++ b/build/aclocal/bakefile.m4 @@ -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"