summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorwelch <welch>1998-08-12 17:29:39 (GMT)
committerwelch <welch>1998-08-12 17:29:39 (GMT)
commit80170bc9b74c1e2469a8cac4706d2a5f818f09ce (patch)
tree8394d419995d13222d804d223f746e0707b2ef96 /unix
parentfe86cac4218f9bf89e4b6f116fc4265a7b690d19 (diff)
downloadtcl-80170bc9b74c1e2469a8cac4706d2a5f818f09ce.zip
tcl-80170bc9b74c1e2469a8cac4706d2a5f818f09ce.tar.gz
tcl-80170bc9b74c1e2469a8cac4706d2a5f818f09ce.tar.bz2
UnixWare patches
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 cba9e5f..ec78d5c 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)
-# SCCS: %Z% $Id: configure.in,v 1.17 1998/08/12 16:37:31 welch Exp $
+# SCCS: %Z% $Id: configure.in,v 1.18 1998/08/12 17:29:39 welch Exp $
TCL_VERSION=8.0
TCL_MAJOR_VERSION=8
@@ -943,7 +943,7 @@ case $system in
LD_FLAGS="-Wl,-D,08000000"
LD_SEARCH_FLAGS='-L${LIB_RUNTIME_DIR}'
;;
- UNIX_SV*)
+ UNIX_SV* | UnixWare-5*)
SHLIB_CFLAGS="-KPIC"
SHLIB_LD="cc -G"
SHLIB_LD_LIBS=""