mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Remove configure --with-CC option
It's been deprecated since commit cb292206c5
from July 2000.
Discussion: https://www.postgresql.org/message-id/a2a0f5d8-2d80-48e5-b8f7-0a0a6018c3b7@iki.fi
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user