Re: mingw configure failure detection - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: mingw configure failure detection
Date
Msg-id 200405091341.38765.peter_e@gmx.net
Whole thread Raw
In response to mingw configure failure detection  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: mingw configure failure detection  ("Andrew Dunstan" <andrew@dunslane.net>)
Re: mingw configure failure detection  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Andrew Dunstan wrote:
> This patch for configure.in detects the link failures in MINGW that I
> and others have seen and warns the user they have to fix it up.

I continue to object to these sort of patches if no one wants to bother
to contact the mingw maintainers about this problem.  Maybe they have a
better fix available?

Btw. test -e is not portable.  And please use AC_MSG_WARN instead of
"echo".


pgsql-patches by date:

Previous
From: Alvaro Herrera
Date:
Subject: Nested transactions
Next
From: "Andrew Dunstan"
Date:
Subject: Re: mingw configure failure detection