In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/ab462c7d2da3570ffe26e717642be96cccef8b23?hp=b8b41556fb743ff3f5496bab15508b79d5ab0d44>

- Log -----------------------------------------------------------------
commit ab462c7d2da3570ffe26e717642be96cccef8b23
Author: Dagfinn Ilmari MannsÃ¥ker <[email protected]>
Date:   Wed Apr 20 10:15:23 2016 +1000

    [perl #127894] ensure alignbytes is correct for -Dusequadmath
-----------------------------------------------------------------------

Summary of changes:
 Configure | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/Configure b/Configure
index ff864b0..2f4ffcc 100755
--- a/Configure
+++ b/Configure
@@ -20164,20 +20164,11 @@ eval $inlibc
 echo " "
 case "$alignbytes" in
     '') echo "Checking alignment constraints..." >&4
-       if $test "X$uselongdouble" = Xdefine -a "X$d_longdbl" = Xdefine; then
-           $cat >try.c <<'EOCP'
-typedef long double NV;
-EOCP
-       else
-           $cat >try.c <<'EOCP'
-typedef double NV;
-EOCP
-       fi
-       $cat >>try.c <<'EOCP'
+       $cat >try.c <<EOCP
 #include <stdio.h>
 struct foobar {
     char foo;
-    NV bar;
+    $nvtype bar;
 } try_algn;
 int main()
 {

--
Perl5 Master Repository

Reply via email to