On 11/04/09 00:14, Rainer Müller wrote:
> Hi,
>
> I am the maintainer for vim in MacPorts. The configure script triggered
> a linking error for _Xsetlocale for us on Mac OS X. Here is a patch
> which adds a conditional to make sure this test is not run if the
> x_includes variable is actually not set.
>
> Regards,
> Rainer
Couldn't you run "test" just once? Maybe something more or less like
if test -n "$x_includes" -a "$x_includes" != "NONE"
Just my sense of aesthetics, I'm not on a Mac.
Best regards,
Tony.
--
Those who express random thoughts to legislative committees are often
surprised and appalled to find themselves the instigators of law.
-- Mark B. Cohen
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---