This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
metaconfig unit change for #14467.
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 28 Jan 2002 14:04:44 +0000 (14:04 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 28 Jan 2002 14:04:44 +0000 (14:04 +0000)
p4raw-id: //depot/metaconfig@14469

U/perl/d_u32align.U

index c1581b4..a5cb3d0 100644 (file)
@@ -25,6 +25,8 @@ $cat <<EOM
 
 Checking to see whether you can access character data unalignedly...
 EOM
+case "$d_u32align" in
+'')   $cat >try.c <<EOCP
 $cat >try.c <<EOCP
 #include <stdio.h>
 #define U32 $u32type
@@ -107,4 +109,6 @@ else
        esac
 fi
 $rm -f core core.try.* try.core
+;;
+esac