aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2022-08-18 11:22:13 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2022-08-18 11:22:13 -0400
commit27f1774aac1f8ffe642b55e78dbe0b64ed082cc6 (patch)
treedb970d776f43186b844cf770b65f543e5a2122fe /src
parent08909e3aee6182a988da5bf5c1b543910ee096c7 (diff)
downloadpostgresql-27f1774aac1f8ffe642b55e78dbe0b64ed082cc6.tar.gz
postgresql-27f1774aac1f8ffe642b55e78dbe0b64ed082cc6.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.global.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index 0625b60c434..5664c645f82 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -221,7 +221,6 @@ TCL_LIBS = @TCL_LIBS@
TCL_LIB_SPEC = @TCL_LIB_SPEC@
TCL_INCLUDE_SPEC = @TCL_INCLUDE_SPEC@
TCL_SHARED_BUILD = @TCL_SHARED_BUILD@
-TCL_SHLIB_LD_LIBS = @TCL_SHLIB_LD_LIBS@
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
PTHREAD_LIBS = @PTHREAD_LIBS@