Fix for MSVC header installation

From: Dave Page <dpage(at)postgresql(dot)org>
To: pgsql-patches(at)postgresql(dot)org
Cc: Magnus Hagander <magnus(at)hagander(dot)net>
Subject: Fix for MSVC header installation
Date: 2007-04-25 13:57:41
Message-ID: 462F5E55.6060008@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

The MSVC installer doesn't install the headers in the same directory
structure as the Mingw build. This causes other apps (such as Slony) to
fail their configure tests.

The attached patch fixes this.

Regards, Dave

Attachment Content-Type Size
install.diff text/plain 4.3 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Dave Page 2007-04-25 14:35:55 Fix for MSVC lib installation
Previous Message Alvaro Herrera 2007-04-25 13:05:32 Re: autovacuum does not start in HEAD