summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorwelch <welch>1999-03-25 22:47:54 (GMT)
committerwelch <welch>1999-03-25 22:47:54 (GMT)
commitfb960d1dc096c22ef90a01feb1965f1f96b7ddaa (patch)
treee4e86b9c50db132b82611f86e3e30ad25bbe7cb3 /unix
parent8dca69348895c74972d83875b2a2fe5c19e3884c (diff)
downloadtcl-fb960d1dc096c22ef90a01feb1965f1f96b7ddaa.zip
tcl-fb960d1dc096c22ef90a01feb1965f1f96b7ddaa.tar.gz
tcl-fb960d1dc096c22ef90a01feb1965f1f96b7ddaa.tar.bz2
Fixed typo in LD_SEARCH_FLAGS definition for Linux.
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"