summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-15 16:24:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-15 16:24:16 (GMT)
commit6f4eba042c419ebab52c7311f15ad77bfb31de0f (patch)
tree5030d00fe2e71da209b7fe3115e6dcee283b3edd /unix/tcl.m4
parenta0be72dbca2b708139913d53338813b21aadd30c (diff)
parent7543a1313fb968cef7dfd21bc22a780022bad34c (diff)
downloadtcl-6f4eba042c419ebab52c7311f15ad77bfb31de0f.zip
tcl-6f4eba042c419ebab52c7311f15ad77bfb31de0f.tar.gz
tcl-6f4eba042c419ebab52c7311f15ad77bfb31de0f.tar.bz2
Merge 8.7
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 84436a3..17d3b06 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