summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstanton <stanton>1999-05-07 20:07:56 (GMT)
committerstanton <stanton>1999-05-07 20:07:56 (GMT)
commitaac17d4d2a6248cad56ead51e43c8f883377df86 (patch)
treec32c33eae71ba02ab4252da58caf04b9591f4332
parent9fb95d170db7b641dc26ff30e2d375c460f9e4de (diff)
downloadtcl-aac17d4d2a6248cad56ead51e43c8f883377df86.zip
tcl-aac17d4d2a6248cad56ead51e43c8f883377df86.tar.gz
tcl-aac17d4d2a6248cad56ead51e43c8f883377df86.tar.bz2
* unix/configure.in: Added fix for OS/390. [Bug: 1976]
-rw-r--r--unix/configure.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in
index dd3e49c..a931fee 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.35 1999/04/30 23:35:40 stanton Exp $
+# RCS: @(#) $Id: configure.in,v 1.36 1999/05/07 20:07:56 stanton Exp $
TCL_VERSION=8.1
TCL_MAJOR_VERSION=8
@@ -957,6 +957,10 @@ case $system in
LD_FLAGS=""
LD_SEARCH_FLAGS=""
;;
+ OS/390-*)
+ CFLAGS_OPTIMIZE="" # Optimizer is buggy
+ AC_DEFINE(_OE_SOCKETS) # needed in sys/socket.h
+ ;;
OSF1-1.0|OSF1-1.1|OSF1-1.2)
# OSF/1 1.[012] from OSF, and derivatives, including Paragon OSF/1
SHLIB_CFLAGS=""