summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-15 16:23:22 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-15 16:23:22 (GMT)
commit7543a1313fb968cef7dfd21bc22a780022bad34c (patch)
treeea58f3dacc8242f44bbf12c298222925e095eb3e /unix/tcl.m4
parent6d3b66ad23ee9a05eecea6ecb0cd5f1d4054bdfa (diff)
parente0e09638fece9ca63daad3b3675dc7bfb1ede7d3 (diff)
downloadtcl-7543a1313fb968cef7dfd21bc22a780022bad34c.zip
tcl-7543a1313fb968cef7dfd21bc22a780022bad34c.tar.gz
tcl-7543a1313fb968cef7dfd21bc22a780022bad34c.tar.bz2
Merge 8.6
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index b85bcdf..bed1c75 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -2329,7 +2329,6 @@ AC_DEFUN([SC_TCL_LINK_LIBS], [
# Might define the following vars:
# _ISOC99_SOURCE
# _LARGEFILE64_SOURCE
-# _LARGEFILE_SOURCE64
#
#--------------------------------------------------------------------
@@ -2353,8 +2352,6 @@ AC_DEFUN([SC_TCL_EARLY_FLAGS],[
[char *p = (char *)strtoll; char *q = (char *)strtoull;])
SC_TCL_EARLY_FLAG(_LARGEFILE64_SOURCE,[#include <sys/stat.h>],
[struct stat64 buf; int i = stat64("/", &buf);])
- SC_TCL_EARLY_FLAG(_LARGEFILE_SOURCE64,[#include <sys/stat.h>],
- [char *p = (char *)open64;])
if test "x${tcl_flags}" = "x" ; then
AC_MSG_RESULT([none])
else