pgsql: Remove DLLTOOL, DLLWRAP from configure / Makefile.global.in

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove DLLTOOL, DLLWRAP from configure / Makefile.global.in
Date: 2022-09-17 16:18:28
Message-ID: E1oZaWR-000lt3-Lg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove DLLTOOL, DLLWRAP from configure / Makefile.global.in

We got rid of the need for them in 4f5f485d10c and 846e91e0223.

Discussion: https://postgr.es/m/20220915022626.5xx3ccgkzpkqw5mq@awork3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8d513a6b71b7ad94331a485adaf00adce8ee74ec

Modified Files
--------------
configure | 186 -------------------------------------------------
configure.ac | 2 -
src/Makefile.global.in | 2 -
3 files changed, 190 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-09-17 16:56:56 pgsql: Include c.h instead of postgres.h in src/port/*p{read,write}*.c
Previous Message Andres Freund 2022-09-17 16:09:42 pgsql: pgstat: Create memory contexts below TopMemoryContext