summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorstanton <stanton>1999-06-02 20:53:29 (GMT)
committerstanton <stanton>1999-06-02 20:53:29 (GMT)
commit3e9a0727c148e0afa696f6ab7e3bf6254e81bae6 (patch)
tree38b2c2d160b29122cc8962656ed64a2ecb7089be /unix
parent079a1bc35abbfedee3c3416098fdaee736d92d35 (diff)
downloadtcl-3e9a0727c148e0afa696f6ab7e3bf6254e81bae6.zip
tcl-3e9a0727c148e0afa696f6ab7e3bf6254e81bae6.tar.gz
tcl-3e9a0727c148e0afa696f6ab7e3bf6254e81bae6.tar.bz2
fixed typo
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 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=""