From fb960d1dc096c22ef90a01feb1965f1f96b7ddaa Mon Sep 17 00:00:00 2001 From: welch Date: Thu, 25 Mar 1999 22:47:54 +0000 Subject: Fixed typo in LD_SEARCH_FLAGS definition for Linux. --- unix/configure.in | 4 ++-- 1 file 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" -- cgit v0.12