Re: configure gaps - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: configure gaps
Date
Msg-id 4CAB40B3.3050304@dunslane.net
Whole thread Raw
In response to Re: configure gaps  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: configure gaps
Re: configure gaps
List pgsql-hackers
<br /><br /> On 10/02/2010 01:35 PM, Peter Eisentraut wrote: <blockquote
cite="mid:1286040906.31996.11.camel@vanquo.pezone.net"type="cite"><pre wrap="">On lör, 2010-10-02 at 13:01 -0400,
AndrewDunstan wrote:
 
</pre><blockquote type="cite"><pre wrap="">Specifically, a) when python was installed but python-devel was not, 
configure passed by the compile for python failed quite miserably, and 
</pre></blockquote><pre wrap="">
Yeah.  Same is true if libperl-dev or similar is not installed.
</pre></blockquote><br /> No, actually configure pretty much catches this.<br /><br /> I propose that we add the
followingtest for this case:<br /><br /><blockquote>AC_CHECK_HEADER(Python.h, [], [AC_MSG_ERROR([header file
<Python.h>is required for Python])])<br /></blockquote><br /><br /> cheers<br /><br /> andrew<br /> 

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: patch: SQL/MED(FDW) DDL
Next
From: Heikki Linnakangas
Date:
Subject: Re: patch: SQL/MED(FDW) DDL