From a893cf764c8dc3698e96aaa563f80dd5f57caf76 Mon Sep 17 00:00:00 2001 From: Jeff Hobbs Date: Wed, 16 Oct 2002 04:51:52 +0000 Subject: [PATCH] correct HP-11 SHLIB_LD_LIBS setting --- configure | 2 +- tclconfig/tcl.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 734509c..ac7f754 100755 --- a/configure +++ b/configure @@ -2328,7 +2328,7 @@ fi if test "$tcl_ok" = yes; then SHLIB_CFLAGS="+z" SHLIB_LD="ld -b" - SHLIB_LD_LIBS='{$LIBS}' + SHLIB_LD_LIBS='${LIBS}' DL_OBJS="tclLoadShl.o" DL_LIBS="-ldld" LDFLAGS="-Wl,-E" diff --git a/tclconfig/tcl.m4 b/tclconfig/tcl.m4 index 230aa74..038e32c 100644 --- a/tclconfig/tcl.m4 +++ b/tclconfig/tcl.m4 @@ -977,7 +977,7 @@ dnl AC_CHECK_TOOL(AR, ar, :) if test "$tcl_ok" = yes; then SHLIB_CFLAGS="+z" SHLIB_LD="ld -b" - SHLIB_LD_LIBS='{$LIBS}' + SHLIB_LD_LIBS='${LIBS}' DL_OBJS="tclLoadShl.o" DL_LIBS="-ldld" LDFLAGS="-Wl,-E" -- 2.23.0