| From: | James William Pye <flaw(at)rhid(dot)com> |
|---|---|
| To: | Joe Conway <mail(at)joeconway(dot)com> |
| Cc: | Gaetano Mendola <mendola(at)bigfoot(dot)com>, "Hackers (PostgreSQL)" <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: x86_64 configure problem |
| Date: | 2004-09-11 21:53:12 |
| Message-ID: | 1094939591.5507.27.camel@localhost |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches |
On Sat, 2004-09-11 at 14:05, Joe Conway wrote:
> Perhaps. The first error message seems clear enough to me, but if you
> want to send me the necessary distutils test, I can incorporate it. Any
> other opinions out there?
AC_MSG_CHECKING([for Python distutils module])
if "${PYTHON}" 2>&- -c 'import distutils'
then
AC_MSG_RESULT(yes)
else
AC_MSG_RESULT(no)
AC_MSG_ERROR([distutils module not found])
fi
That should work.
While I'm of the opinion that installations without distutils are
antiquated, I see no reason why we couldn't check for it anyways.
(Gaetano requested it so there would probably be others who would
appreciate it.)
--
Regards,
James William Pye
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tiago Wright | 2004-09-11 21:59:07 | Re: Indexed views? |
| Previous Message | Daniel Schuchardt | 2004-09-11 21:15:19 | beta1 & beta2 & Windows & heavy load |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Gaetano Mendola | 2004-09-11 22:06:56 | Re: x86_64 configure problem |
| Previous Message | Dave Page | 2004-09-11 21:40:21 | Re: VC++ psql build broken |