mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
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
This commit is contained in:
3
configure
vendored
3
configure
vendored
@ -634,7 +634,6 @@ DBTOEPUB
|
||||
FOP
|
||||
XSLTPROC
|
||||
XMLLINT
|
||||
TCL_SHLIB_LD_LIBS
|
||||
TCL_SHARED_BUILD
|
||||
TCL_LIB_SPEC
|
||||
TCL_LIBS
|
||||
@ -18818,7 +18817,7 @@ eval TCL_LIBS=\"$TCL_LIBS\"
|
||||
eval TCL_LIB_SPEC=\"$TCL_LIB_SPEC\"
|
||||
eval TCL_SHARED_BUILD=\"$TCL_SHARED_BUILD\"
|
||||
|
||||
if test "$TCL_SHARED_BUILD" != 1; then
|
||||
if test "$TCL_SHARED_BUILD" != 1; then
|
||||
as_fn_error $? "cannot build PL/Tcl because Tcl is not a shared library
|
||||
Use --without-tcl to disable building PL/Tcl." "$LINENO" 5
|
||||
fi
|
||||
|
Reference in New Issue
Block a user