diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-10-01 17:04:12 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-10-01 17:04:12 +0000 |
commit | dc66995c1ead9543241b576ecca9933210bf2cd5 (patch) | |
tree | a24ec206793f977b41eba2993227bac35006b26c /Configure | |
parent | 44a0ac01b39ee4f6b2ddaecc044f8531c3b8c232 (diff) | |
download | perl-dc66995c1ead9543241b576ecca9933210bf2cd5.tar.gz |
Start of Configure support for -Dusethreads plus associated
Linux hints.
p4raw-id: //depot/perl@88
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -209,6 +209,7 @@ tr='' troff='' uname='' uniq='' +usethreads='' uuname='' vi='' zcat='' @@ -2085,7 +2086,12 @@ case "$archname" in esac rp='What is your architecture name' . ./myread -archname="$ans" +case "$usethreads" in +$define) archname="$ans-thread" + echo "usethreads selected... architecture name is now $archname." >&4 + ;; +*) archname="$ans" ;; +esac myarchname="$tarch" : is AFS running? |