diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2007-01-08 01:49:11 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2007-01-08 07:34:29 +0000 |
commit | d6cc064fddf2d9ab54537915ccf3312724513af8 (patch) | |
tree | fd3f829d366083df2296fe4cf1b169cb286f70a9 /Configure | |
parent | 2d4c99b6ea67fa79bdee6f202f54e253766058e2 (diff) | |
download | perl-d6cc064fddf2d9ab54537915ccf3312724513af8.tar.gz |
Default "$undef" for NV_PRESERVES_UV_BITS causes compilation
failure of sv.c when triggered
Message-ID: <20070108004911.7022445c@r2d2>
p4raw-id: //depot/perl@29715
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 Tue Jan 2 08:13:58 CET 2007 [metaconfig 3.0 PL70] +# Generated on Mon Jan 8 08:32:35 CET 2007 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -15322,7 +15322,7 @@ case "$nv_preserves_uv_bits" in [1-9]*) $echo "Your NVs can preserve only $nv_preserves_uv_bits bits of your UVs." 2>&1 d_nv_preserves_uv="$undef" ;; *) $echo "Can't figure out how many bits your NVs preserve." 2>&1 - nv_preserves_uv_bits="$undef" ;; + nv_preserves_uv_bits="0" ;; esac $rm -f try.* try |