Another dead configure test
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: pgsql-hackers@lists.postgresql.org
Date: 2022-08-18T15:04:03Z
Lists: pgsql-hackers
Attachments
- remove-unused-symbol.patch (text/x-diff) patch
I happened to notice that configure extracts TCL_SHLIB_LD_LIBS from tclConfig.sh, and puts the value into Makefile.global, but then we never use it anywhere. AFAICT the only use went away in cd75f94da, in 2003. I propose the attached. regards, tom lane
Commits
-
Remove unused configure variable.
- 27f1774aac1f 16.0 landed