diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-15 17:06:50 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-15 17:06:50 (GMT) |
commit | 600d5c20d3d84b09c4f2c229df20a61c909681b7 (patch) | |
tree | 84b68a3f47f1232eaab5b336ac6170afbbd6f0e3 /unix/configure | |
parent | e5099d96090e2bd20f1cbeb5b53eed06149db28c (diff) | |
parent | 2fc5eb10d788ca94395c97c0ca88d3d193e0a694 (diff) | |
download | tk-600d5c20d3d84b09c4f2c229df20a61c909681b7.zip tk-600d5c20d3d84b09c4f2c229df20a61c909681b7.tar.gz tk-600d5c20d3d84b09c4f2c229df20a61c909681b7.tar.bz2 |
Merge 8.6
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/unix/configure b/unix/configure index 67fcf65..f6fb290 100755 --- a/unix/configure +++ b/unix/configure @@ -6456,56 +6456,6 @@ printf "%s\n" "#define _LARGEFILE64_SOURCE 1" >>confdefs.h tcl_flags="$tcl_flags _LARGEFILE64_SOURCE" fi - - if test ${tcl_cv_flag__largefile_source64+y} -then : - printf %s "(cached) " >&6 -else $as_nop - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <sys/stat.h> -int -main (void) -{ -char *p = (char *)open64; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO" -then : - tcl_cv_flag__largefile_source64=no -else $as_nop - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#define _LARGEFILE_SOURCE64 1 -#include <sys/stat.h> -int -main (void) -{ -char *p = (char *)open64; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO" -then : - tcl_cv_flag__largefile_source64=yes -else $as_nop - tcl_cv_flag__largefile_source64=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext -fi -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext -fi - - if test "x${tcl_cv_flag__largefile_source64}" = "xyes" ; then - -printf "%s\n" "#define _LARGEFILE_SOURCE64 1" >>confdefs.h - - tcl_flags="$tcl_flags _LARGEFILE_SOURCE64" - fi - if test "x${tcl_flags}" = "x" ; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none" >&5 printf "%s\n" "none" >&6; } |