diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-01-09 16:17:13 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-01-09 16:17:13 +0000 |
commit | b691c02f8c79b7bac4a606da95849c0c7bcae239 (patch) | |
tree | 58e1c96422c191363218ef456d5221d698bafbdf /hints/vmesa.sh | |
parent | 11b8faa4b88ddb655238bb84b542f78345a7d7bb (diff) | |
download | perl-b691c02f8c79b7bac4a606da95849c0c7bcae239.tar.gz |
Move usethreads and use64bits logic from hints to Configure.
p4raw-id: //depot/cfgperl@2592
Diffstat (limited to 'hints/vmesa.sh')
-rw-r--r-- | hints/vmesa.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hints/vmesa.sh b/hints/vmesa.sh index 54fa5e7b26..bc03387822 100644 --- a/hints/vmesa.sh +++ b/hints/vmesa.sh @@ -1,7 +1,12 @@ # hints/vmesa.sh # # VM/ESA hints by Neale Ferguson (neale@mailbox.tabnsw.com.au) - +# +# Currently (1999-Jan-09) Configure cannot be used in VM/ESA because +# too many things are done differently in the C compiler environment. +# Therefore the hints file is hand-crafted. --jhi@iki.fi +# + case "$archname" in '') archname="$osname" ;; esac |