summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2010-10-08 14:44:15 -0500
committerCraig A. Berry <craigberry@mac.com>2010-10-08 14:44:15 -0500
commit899de42e58b123b7d2b0fa4df5354d07472913bc (patch)
tree9afde41fa2e8683b2e51d67ec2ec6d2cd38ca904 /configure.com
parent1171624bdbd2f8fae38ebe18d7a2616c4435098c (diff)
downloadperl-899de42e58b123b7d2b0fa4df5354d07472913bc.tar.gz
Make compiler-shortened symbols the default on VMS.
It used to be that once or twice per decade a symbol longer than 31 characters snuck into the core and we had to manually shorten it to get the build working. But it's happened twice in the last month, most recently with the humanly unswallowable function name XS_XS__APItest__XSUB_XS_VERSION_undef, so the need for a more general solution has become not only apparent but mandatory.
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.com b/configure.com
index 2f86aac69f..e30a728130 100644
--- a/configure.com
+++ b/configure.com
@@ -44,7 +44,7 @@ $ extra_flags = ""
$ user_c_flags = ""
$ use_ieee_math = "y"
$ be_case_sensitive = "n"
-$ shorten_long_symbols = "n"
+$ shorten_long_symbols = "y"
$ unlink_all_versions = "n"
$ builder = "MMK"
$ use_vmsdebug_perl = "n"