diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2007-04-23 20:55:05 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2007-04-23 20:55:05 +0000 |
commit | c944cfb99a453bf0989f7e0433237ee9661e575b (patch) | |
tree | 512d5b53ad965d83803481c11bb1909690852c63 /Configure | |
parent | 5b813a60552784a5664fa2a5fa659e60caf6d6b3 (diff) | |
download | perl-c944cfb99a453bf0989f7e0433237ee9661e575b.tar.gz |
Missed quotes in protocheck for rm_try
p4raw-id: //depot/perl@31043
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Mon Apr 23 19:34:04 CEST 2007 [metaconfig 3.0 PL70] +# Generated on Mon Apr 23 22:54:24 CEST 2007 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -9728,7 +9728,7 @@ optimize="$optimize" ccflags="$ccflags" prototype="$prototype" define="$define" -rm_try=$rm_try +rm_try="$rm_try" usethreads=$usethreads i_pthread=$i_pthread pthread_h_first=$pthread_h_first |