From 970a5babf73df32fbbb6c4e6a07b1a0d6b9001a4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 12 Nov 2008 15:37:01 +0000 Subject: [PATCH] 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 --- build/aclocal/bakefile.m4 | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.50.0