Remove --with-CC autoconf option

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Remove --with-CC autoconf option
Date: 2024-02-27 21:03:27
Message-ID: a2a0f5d8-2d80-48e5-b8f7-0a0a6018c3b7@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Any objections to removing the ./configure --with-CC option? It's been
deprecated since commit cb292206c5 from July 2000:

> # For historical reasons you can also use --with-CC to specify the C compiler
> # to use, although the standard way to do this is to set the CC environment
> # variable.
> PGAC_ARG_REQ(with, CC, [CMD], [set compiler (deprecated)], [CC=$with_CC])

--
Heikki Linnakangas
Neon (https://neon.tech)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-02-27 21:09:24 Re: Remove --with-CC autoconf option
Previous Message Andres Freund 2024-02-27 20:59:14 Re: Relation bulk write facility