Re: Bug: --with-libxml does not take a location
Neil Conway <neilc@samurai.com>
From: Neil Conway <neilc@samurai.com>
To: Josh Berkus <josh@agliodbs.com>
Cc: postgres hackers <pgsql-hackers@postgresql.org>
Date: 2007-11-07T02:36:23Z
Lists: pgsql-hackers
On Wed, 2007-11-07 at 11:38 +0900, Josh Berkus wrote: > ./configure --with-libxml does not accept a location argument. This > makes it impossible to configure 8.3 with LibXML on the Mac, because I > can't upgrade the main libxml without breaking something, and > ./configure doesn't let me specify an alternate location. --with-libraries, --with-includes should work. -Neil