From 3e9a0727c148e0afa696f6ab7e3bf6254e81bae6 Mon Sep 17 00:00:00 2001 From: stanton Date: Wed, 2 Jun 1999 20:53:29 +0000 Subject: fixed typo --- unix/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unix/configure.in b/unix/configure.in index ec961ae..22385ca 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.38 1999/06/02 02:03:25 stanton Exp $ +# RCS: @(#) $Id: configure.in,v 1.39 1999/06/02 20:53:29 stanton Exp $ TCL_VERSION=8.1 TCL_MAJOR_VERSION=8 @@ -774,7 +774,7 @@ case $system in SHLIB_LD="$fullSrcDir/ldAix /bin/ld -bhalt:4 -bM:SRE -bE:lib.exp -H512 -T512" SHLIB_LD_LIBS='${LIBS}' SHLIB_SUFFIX=".so" - DL_OBJS="tclLoadDl.o + DL_OBJS="tclLoadDl.o" LIBOBJS="$LIBOBJS tclLoadAix.o" DL_LIBS="-lld" LD_FLAGS="" -- cgit v0.12