Remove unused configure variable.
authorTom Lane <[email protected]>
Thu, 18 Aug 2022 15:22:13 +0000 (11:22 -0400)
committerTom Lane <[email protected]>
Thu, 18 Aug 2022 15:22:13 +0000 (11:22 -0400)
commit27f1774aac1f8ffe642b55e78dbe0b64ed082cc6
treedb970d776f43186b844cf770b65f543e5a2122fe
parent08909e3aee6182a988da5bf5c1b543910ee096c7
Remove unused configure variable.

configure extracts TCL_SHLIB_LD_LIBS from tclConfig.sh, and puts the
value into Makefile.global, but then we never use it anywhere.  It
looks like I removed the only usage in cd75f94da, but didn't notice
that it was the only usage.  Might as well mop this up while we're
trying to get rid of unnecessary configure steps.

Discussion: https://postgr.es/m/2442359.1660835043@sss.pgh.pa.us
configure
configure.ac
src/Makefile.global.in