summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorstu <stwo@users.sourceforge.net>2017-05-31 05:39:57 (GMT)
committerstu <stwo@users.sourceforge.net>2017-05-31 05:39:57 (GMT)
commit7ce82f66426af0697c36c5252335fa40820c2307 (patch)
tree80399895d5299218eef666a4e7e5a4219b08ffaa /unix
parent6e7621260afce0447c2bb0c46be1bd740dd9555f (diff)
downloadtcl-7ce82f66426af0697c36c5252335fa40820c2307.zip
tcl-7ce82f66426af0697c36c5252335fa40820c2307.tar.gz
tcl-7ce82f66426af0697c36c5252335fa40820c2307.tar.bz2
Fully remove SunOS-4* from tcl.m4.
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure7
-rw-r--r--unix/tcl.m48
2 files changed, 2 insertions, 13 deletions
diff --git a/unix/configure b/unix/configure
index dfeb036..bef7c84 100755
--- a/unix/configure
+++ b/unix/configure
@@ -9971,13 +9971,6 @@ $as_echo "#define USE_FIONBIO 1" >>confdefs.h
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: FIONBIO" >&5
$as_echo "FIONBIO" >&6; }
;;
- SunOS-4*)
-
-$as_echo "#define USE_FIONBIO 1" >>confdefs.h
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: FIONBIO" >&5
-$as_echo "FIONBIO" >&6; }
- ;;
*)
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: O_NONBLOCK" >&5
$as_echo "O_NONBLOCK" >&6; }
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index e21cc20..2fc82e5 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -971,8 +971,8 @@ AC_DEFUN([SC_CONFIG_SYSTEM], [
# shared libraries. The value of the symbol defaults to
# "${LIBS}" if all of the dependent libraries should
# be specified when creating a shared library. If
-# dependent libraries should not be specified (as on
-# SunOS 4.x, where they cause the link to fail, or in
+# dependent libraries should not be specified (as on some
+# SunOS systems, where they cause the link to fail, or in
# general if Tcl and Tk aren't themselves shared
# libraries), then this symbol has an empty string
# as its value.
@@ -2222,10 +2222,6 @@ AC_DEFUN([SC_BLOCKING_STYLE], [
AC_DEFINE(USE_FIONBIO, 1, [Should we use FIONBIO?])
AC_MSG_RESULT([FIONBIO])
;;
- SunOS-4*)
- AC_DEFINE(USE_FIONBIO, 1, [Should we use FIONBIO?])
- AC_MSG_RESULT([FIONBIO])
- ;;
*)
AC_MSG_RESULT([O_NONBLOCK])
;;