This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: @Config -"des" not quite working on VMS
authorCharles Lane <lane@DUPHY4.Physics.Drexel.Edu>
Tue, 13 Nov 2001 08:35:13 +0000 (03:35 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 13 Nov 2001 13:03:36 +0000 (13:03 +0000)
Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>

p4raw-id: //depot/perl@12969

configure.com

index 0afe56e..119e699 100644 (file)
@@ -728,8 +728,11 @@ $       DECK
 $       EOD
 $       bool_dflt="n"
 $       rp="Do you really want to continue? [''bool_dflt'] "
-$       IF (fastread) THEN fastread := FALSE
+$       fastread_save = fastread
+$       fastread := FALSE
 $       GOSUB myread
+$       fastread = fastread_save
+$       delete/symbol fastread_save
 $       IF ans
 $       THEN
 $         echo4 "Okay, continuing."