Re: configure gaps - Mailing list pgsql-hackers

From Tom Lane
Subject Re: configure gaps
Date
Msg-id 25708.1286295375@sss.pgh.pa.us
Whole thread Raw
In response to Re: configure gaps  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: configure gaps
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> 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])])

You'd need to pay attention to python_includespec, but otherwise seems
reasonable.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pg_filedump for 9.0?
Next
From: Tom Lane
Date:
Subject: Re: leaky views, yet again