Re: configure and DocBook XML
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Paul Förster <paul.foerster@gmail.com>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>,
pgsql-hackers@lists.postgresql.org
Date: 2020-11-26T16:48:22Z
Lists: pgsql-hackers
=?utf-8?Q?Paul_F=C3=B6rster?= <paul.foerster@gmail.com> writes: > On 26. Nov, 2020, at 17:21, Tom Lane <tgl@sss.pgh.pa.us> wrote: >> There's a nearby thread in which I was suggesting that we should just >> not bother with this configure test [1]. >> [1] https://www.postgresql.org/message-id/flat/E2EE6B76-2D96-408A-B961-CAE47D1A86F0%40yesql.se > I haven't installed DocBook at all. So the check for DocBook naturally always fails. Could that be the reason? If you don't have the docbook stylesheets, but you do have xmllint, configure's probe will cause xmllint to try to download those stylesheets off the net. For me, that always succeeds, but it takes two or three seconds. I find it curious that it seems to be timing out for you. regards, tom lane
Commits
-
Remove configure-time probe for DocBook DTD.
- ef1a785fa430 12.6 landed
- d34916fee5c2 13.2 landed
- 8d0155962e20 11.11 landed
- 4823c4f6ac77 14.0 landed