summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorwelch <welch@noemail.net>1999-03-25 22:47:54 (GMT)
committerwelch <welch@noemail.net>1999-03-25 22:47:54 (GMT)
commit7a96eb813254d23ff5a4e18f981e9dd8032c953c (patch)
treee4e86b9c50db132b82611f86e3e30ad25bbe7cb3 /unix
parent1354ff26e37425c69f1e15d5a148af371c5d6833 (diff)
downloadtcl-7a96eb813254d23ff5a4e18f981e9dd8032c953c.zip
tcl-7a96eb813254d23ff5a4e18f981e9dd8032c953c.tar.gz
tcl-7a96eb813254d23ff5a4e18f981e9dd8032c953c.tar.bz2
Fixed typo in LD_SEARCH_FLAGS definition for Linux.
FossilOrigin-Name: 2d44226fa5f6275218c05ab1feb36a3b8a727b3c
Diffstat (limited to 'unix')
-rw-r--r--unix/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 12561b9..c8f25a4 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -2,7 +2,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tcl installation
dnl to configure the system for the local environment.
AC_INIT(../generic/tcl.h)
-# RCS: @(#) $Id: configure.in,v 1.29 1999/03/10 05:52:52 stanton Exp $
+# RCS: @(#) $Id: configure.in,v 1.30 1999/03/25 22:47:54 welch Exp $
TCL_VERSION=8.0
TCL_MAJOR_VERSION=8
@@ -811,7 +811,7 @@ case $system in
DL_OBJS="tclLoadDl.o"
DL_LIBS="-ldl"
LD_FLAGS="-rdynamic"
- LD_SEARCH_FLAGS="-Wl,-rpath,${LIB_RUNTIME_DIR}"
+ LD_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
else
AC_CHECK_HEADER(dld.h, [
SHLIB_LD="ld -shared"