summaryrefslogtreecommitdiff
path: root/ace/config-hpux-11.00.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-hpux-11.00.h')
-rw-r--r--ace/config-hpux-11.00.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ace/config-hpux-11.00.h b/ace/config-hpux-11.00.h
index e849eba93b5..44513e885e4 100644
--- a/ace/config-hpux-11.00.h
+++ b/ace/config-hpux-11.00.h
@@ -405,7 +405,11 @@
#define ACE_LACKS_SYS_SYSCTL_H
// Shared library name/path components
-#define ACE_DLL_SUFFIX ".sl"
+#if defined (__ia64)
+# define ACE_DLL_SUFFIX ".so"
+#else
+# define ACE_DLL_SUFFIX ".sl"
+#endif /* __ia64 */
#if defined (__LP64__)
# define ACE_LD_SEARCH_PATH "LD_LIBRARY_PATH"
#else