]> granicus.if.org Git - postgresql/commit
Remove useless symbol from Makefile.global.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Nov 2018 15:57:51 +0000 (10:57 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Nov 2018 15:57:51 +0000 (10:57 -0500)
commit8f623bedfb4fee5a125b25720e5451379cf26ff9
tree40164eb7aa402426daf89816e5d92055b3053cb5
parent9e12fb02b7ec27ff3707a0a7c31f2421ba62c9df
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.
configure
configure.in
src/Makefile.global.in