Re: configure gaps

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: configure gaps
Date: 2010-10-05 15:13:55
Message-ID: 4CAB40B3.3050304@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2010-10-05 15:15:00 Re: patch: SQL/MED(FDW) DDL
Previous Message Tom Lane 2010-10-05 15:06:47 Re: patch: SQL/MED(FDW) DDL