diff options
author | Heikki Linnakangas | 2024-02-28 13:05:09 +0000 |
---|---|---|
committer | Heikki Linnakangas | 2024-02-28 13:05:09 +0000 |
commit | 1c1eec0f2d88b7e823af959103b2100da493caa9 (patch) | |
tree | c62875f48ead60f0a3472b3d8af9468db6ccb1d2 /configure.ac | |
parent | 802d886054ff948022a93bae324eae66276623cc (diff) |
Remove configure --with-CC option
It's been deprecated since commit cb292206c5 from July 2000.
Discussion: https://www.postgresql.org/message-id/[email protected]
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index d034bf742ad..88b75a7696c 100644 --- a/configure.ac +++ b/configure.ac @@ -368,11 +368,6 @@ AC_DEFINE_UNQUOTED([XLOG_BLCKSZ], ${XLOG_BLCKSZ}, [ # C compiler # -# 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]) - # If you don't specify a list of compilers to test, the AC_PROG_CC and # AC_PROG_CXX macros test for a long list of unsupported compilers. pgac_cc_list="gcc cc" |