Remove useless symbol from Makefile.global.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8f623bedfb4fee5a125b25720e5451379cf26ff9
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2018-11-06T15:57:51Z
Releases: 12.0
Remove useless symbol from Makefile.global.

I added HAVE_IPV6 to Makefile.global way back in commit 7703e55c3
so that we could transmit its value to the shell-script version of
initdb.  Since initdb was rewritten in C, it's been finding that
out from pg_config.h instead, so this is useless.  Keeping it here
just wastes configure and make cycles, plus it's a potential
two-sources-of-truth problem.

Files

PathChange+/−
configure modified +0 −4
configure.in modified +1 −4
src/Makefile.global.in modified +0 −3