]> git.saurik.com Git - wxWidgets.git/commitdiff
use correct shared library extension for HP-UX on ia64 [forward port from the next...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 12 Nov 2008 15:37:01 +0000 (15:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 12 Nov 2008 15:37:01 +0000 (15:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/aclocal/bakefile.m4

index 7d05c48b9d3a1a04a8b89dcdfe787cdbfd6bbc4d..4319af4de390221d5d96f6811516368bf7788d49 100644 (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"