summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2010-04-23 17:54:05 -0500
committerCraig A. Berry <craigberry@mac.com>2010-05-05 20:35:47 -0500
commit7024030b6005ae38b124840a4af660bc14966873 (patch)
tree9bae6f74b92e3bed580a48a32bf52e92584c3eb4
parente560917618a7d70a9f3420f75c62e08872bf97b5 (diff)
downloadperl-7024030b6005ae38b124840a4af660bc14966873.tar.gz
Fix -Uuseperlio command-line option in configure.com.
Formerly it only worked if you went through all the questions interactively and explicitly answered no. (cherry picked from commit 839d17582bad556c85fba50bb136d1c1fa878a54)
-rw-r--r--configure.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.com b/configure.com
index c637988ebf..edc89269c2 100644
--- a/configure.com
+++ b/configure.com
@@ -3053,7 +3053,7 @@ $!
$ bool_dflt = "y"
$ IF F$TYPE(useperlio) .NES. ""
$ then
-$ if f$extract(0,1,f$edit(useperlio,"collapse,upcase")) .eqs. "N" .or. useperlio .eqs. "undef" then bool_dflt = "n"
+$ if .not. useperlio .or. useperlio .eqs. "undef" then bool_dflt = "n"
$ endif
$ IF .NOT. silent
$ THEN