summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure6
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/configure b/unix/configure
index 6b4b375..f490ca6 100755
--- a/unix/configure
+++ b/unix/configure
@@ -7174,6 +7174,12 @@ fi
fi
+
+ # 64bit not requested or not, may still be a 64bit platform.
+ if test "`uname -m`" = ia64 ; then
+ SHLIB_LD_LIBS="-L/lib/hpux64 ${SHLIB_LD_LIBS}"
+fi
+
;;
HP-UX-*.08.*|HP-UX-*.09.*|HP-UX-*.10.*)
SHLIB_SUFFIX=".sl"