aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-01-27 20:46:58 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-01-27 20:46:58 +0200
commitcd64f695ec51f4f9e67cc0380d30b429e1be298b (patch)
tree6fb4d3597bfcb540cfc6bae8a4753947a3d86cd8 /configure.ac
parente014f3b24e02d746a3982f3061796569ff294a03 (diff)
downloadegawk-cd64f695ec51f4f9e67cc0380d30b429e1be298b.tar.gz
egawk-cd64f695ec51f4f9e67cc0380d30b429e1be298b.tar.bz2
egawk-cd64f695ec51f4f9e67cc0380d30b429e1be298b.zip
Remove old ISC Unix cruft.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 8d6895ea..f57d2a77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,12 +123,6 @@ gnu_gawk_in_ebcdic
[use_ebcdic=no])
AC_MSG_RESULT([$use_ebcdic])
-if test "$ISC" = 1 # will be set by test for ISC
-then
-dnl need -D_SYSV3 for ISC
- CFLAGS="$CFLAGS -D_SYSV3"
-fi
-
dnl Set the programming language for checks. Fortunately,
dnl this only needs to be set once, since everything is in C.
AC_LANG([C])