Re: configure gaps

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: configure gaps
Date: 2010-10-05 16:16:15
Message-ID: 25708.1286295375@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan <andrew(at)dunslane(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-10-05 16:27:12 Re: leaky views, yet again
Previous Message Alvaro Herrera 2010-10-05 16:15:45 Re: pg_filedump for 9.0?