bisect-runner.pl needs to inline $compile into the test for malloc.h
authorNicholas Clark <nick@ccl4.org>
Wed, 5 Oct 2011 14:51:16 +0000 (16:51 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 5 Oct 2011 14:51:16 +0000 (16:51 +0200)
commit5541f5e3812b610fc46c8eb35644f773391a610e
treecd2c59dc4a54048d9ac88b13874b627ff3d56bcd
parent2526f4b8ff6eedd4aa5cda6f5e84858bec44718d
bisect-runner.pl needs to inline $compile into the test for malloc.h

Prior to bd9b35c97ad661cc Configure had the malloc.h test before the
definition of $compile. With this, bisect-runner.pl can build all
extensions back to perl-5.002.
Porting/bisect-runner.pl