On 10/02/2010 01:35 PM, Peter Eisentraut wrote:
> On lör, 2010-10-02 at 13:01 -0400, Andrew Dunstan wrote:
>> Specifically, a) when python was installed but python-devel was not,
>> configure passed by the compile for python failed quite miserably, and
> Yeah. Same is true if libperl-dev or similar is not installed.
No, actually configure pretty much catches this.
I propose that we add the following test for this case:
AC_CHECK_HEADER(Python.h, [], [AC_MSG_ERROR([header file <Python.h>
is required for Python])])
cheers
andrew