This trivial patch fixes a cosmetic problem while running Configure on
HP-UX. Basically the $align variable goes out of scope and is then used,
resulting in something like
Determining your minimum pointer alignment......Use of uninitialized
value in concatenation (.) or string at config/auto/alignptrs.pl line 59.
Use of uninitialized value in numeric eq (==) at
config/auto/alignptrs.pl line 60.
.........for hpux: bytes.
Regards,
Nick
> This trivial patch fixes a cosmetic problem while running Configure on
> HP-UX. Basically the $align variable goes out of scope and is then used,
Thanks, applied - r8250
leo