pgsql: In the configure check for the Python distutils module, use a

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In the configure check for the Python distutils module, use a
Date: 2009-10-14 21:59:15
Message-ID: 20091014215915.759C5753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
In the configure check for the Python distutils module, use a less obscure
shell construct to hide away the stderr output. Python 3.1 actually core
dumps on the current invocation (http://bugs.python.org/issue7111), but the
new version also has the more general advantage of saving the error message
in config.log for analysis.

Modified Files:
--------------
pgsql:
configure (r1.657 -> r1.658)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.657&r2=1.658)
pgsql/config:
python.m4 (r1.15 -> r1.16)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/config/python.m4?r1=1.15&r2=1.16)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-10-14 22:09:46 pgsql: Rename the new MAX_AUTH_TOKEN_LENGTH #define to
Previous Message Peter Eisentraut 2009-10-14 21:42:58 pgsql: Add alternative expected file for unicode test for client