summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorCharles Bailey <bailey@newman.upenn.edu>2000-03-06 03:43:36 +0000
committerbailey <bailey@newman.upenn.edu>2000-03-06 03:43:36 +0000
commit2974eb7140e44d311c32f643620d4fb8c0f10cd3 (patch)
tree1b632ed3e449c9955766898af4ab68f869f1253c /configure.com
parent8f6c6e69ed657049c45673a74079cb7bcffc1d7b (diff)
downloadperl-2974eb7140e44d311c32f643620d4fb8c0f10cd3.tar.gz
Set up for vendorarch (and fix 64bitint typo) (Dan Sugalski)
p4raw-id: //depot/vmsperl@5567
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.com b/configure.com
index bdd0accfb6..aefd4aea13 100644
--- a/configure.com
+++ b/configure.com
@@ -1793,10 +1793,11 @@ $ echo "
$ echo "If you're a casual user, you probably don't want
$ echo "interpreter-threads at this time. There doesn't yet exist
$ echo "a way to create threads from within Perl in this model,
-$ echo "i.e., "use Thread;" will NOT work.
+$ echo "i.e., ""use Thread;"" will NOT work.
$ echo "
$ dflt = "n"
$ rp = "Build with Interpreter threads? [''dflt']
+$ GOSUB myread
$ if ans.eqs."" then ans = dflt
$ if (f$extract(0, 1, "''ans'").eqs."Y").or.(f$extract(0, 1, "''ans'").eqs."y")
$ THEN