]> granicus.if.org Git - python/commit
Patch from SF bug #473150: configure weaknesses on HP-UX (Michael Piotrowski)
authorGuido van Rossum <guido@python.org>
Sat, 20 Oct 2001 14:21:45 +0000 (14:21 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 20 Oct 2001 14:21:45 +0000 (14:21 +0000)
commit67b2659046b624dcd84c09a3912caf33eeb53733
treece37650ed5aa90dbe941529378288fe54a16c4fb
parent0aa811c527372fbee0e20192bba3cf343a744e08
Patch from SF bug #473150: configure weaknesses on HP-UX (Michael Piotrowski)

    1. configure doesn't handle HP-UX release numbers
    (e.g., B.11.00), resulting in MACHDEP = "hpuxB".

    2. After checking for wchar.h, configure doesn't
    include it when checking the size of wchar_t.

    (Python 2.2b1 on HP-UX 11.00)
Makefile.pre.in
Misc/ACKS
configure
configure.in