summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/hpux11.005
1 files changed, 5 insertions, 0 deletions
diff --git a/config/hpux11.00 b/config/hpux11.00
index c7a69ad..22fdec4 100644
--- a/config/hpux11.00
+++ b/config/hpux11.00
@@ -19,6 +19,11 @@
#
# See BlankForm in this directory for details.
+# Shared libraries don't work for all compilers under HPUX11.00. This is a
+# known bug in libtool (as of June 2006).
+# Disable shared libraries until we can be sure they work.
+enable_shared="${enable_shared:-no}"
+
# Default compiler is `cc'
if test "X-" = "X-$CC"; then
CC=cc