summaryrefslogtreecommitdiffstats
path: root/lib/libtcl/tclConfig.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libtcl/tclConfig.sh')
-rw-r--r--lib/libtcl/tclConfig.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtcl/tclConfig.sh b/lib/libtcl/tclConfig.sh
index 3bebf98..3ff8884 100644
--- a/lib/libtcl/tclConfig.sh
+++ b/lib/libtcl/tclConfig.sh
@@ -73,11 +73,11 @@ TCL_RANLIB=':'
# String to pass to linker to pick up the Tcl library from its
# build directory.
-#XXX not available# TCL_BUILD_LIB_SPEC='-L/home/src/contrib/tcl/unix -ltcl75'
+TCL_BUILD_LIB_SPEC='-ltcl75'
# String to pass to linker to pick up the Tcl library from its
# installed directory.
-TCL_LIB_SPEC='-L/usr/lib -ltcl75'
+TCL_LIB_SPEC='-ltcl75'
# Indicates whether a version numbers should be used in -l switches
# ("ok" means it's safe to use switches like -ltcl7.5; "nodots" means
OpenPOWER on IntegriCloud