diff options
author | dgp <dgp@users.sourceforge.net> | 2023-07-24 16:26:50 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2023-07-24 16:26:50 (GMT) |
commit | 9ac9971e45121e5cb6aeee138fe550d44e2169ca (patch) | |
tree | e8d94b9938ce292cecc19f830024ffdcc60bba68 /unix/configure | |
parent | de645ea09c11a6d2fa12e05ca7d459c7e07559a5 (diff) | |
parent | 4dd445404be4d6cc1ad17908850b79bf61b62dc7 (diff) | |
download | tcl-9ac9971e45121e5cb6aeee138fe550d44e2169ca.zip tcl-9ac9971e45121e5cb6aeee138fe550d44e2169ca.tar.gz tcl-9ac9971e45121e5cb6aeee138fe550d44e2169ca.tar.bz2 |
merge trunk
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 40 |
1 files changed, 2 insertions, 38 deletions
diff --git a/unix/configure b/unix/configure index c8ad136..e18b4c7 100755 --- a/unix/configure +++ b/unix/configure @@ -7329,6 +7329,8 @@ printf "%s\n" "#define HAVE_STDBOOL_H 1" >>confdefs.h fi + #AC_CHECK_FUNCS([posix_spawnp]) + # FIXME: This subst was left in only because the TCL_DL_LIBS # entry in tclConfig.sh uses it. It is not clear why someone # would use TCL_DL_LIBS instead of TCL_LIBS. @@ -7780,41 +7782,6 @@ printf "%s\n" "#define HAVE_DIR64 1" >>confdefs.h fi - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for struct stat64" >&5 -printf %s "checking for struct stat64... " >&6; } -if test ${tcl_cv_struct_stat64+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) -{ -struct stat64 p; - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO" -then : - tcl_cv_struct_stat64=yes -else $as_nop - tcl_cv_struct_stat64=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext -fi -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_struct_stat64" >&5 -printf "%s\n" "$tcl_cv_struct_stat64" >&6; } - if test "x${tcl_cv_struct_stat64}" = "xyes" ; then - -printf "%s\n" "#define HAVE_STRUCT_STAT64 1" >>confdefs.h - - fi - ac_fn_c_check_func "$LINENO" "open64" "ac_cv_func_open64" if test "x$ac_cv_func_open64" = xyes then : @@ -10195,9 +10162,6 @@ fi fi -printf "%s\n" "#define USE_VFORK 1" >>confdefs.h - - printf "%s\n" "#define TCL_LOAD_FROM_MEMORY 1" >>confdefs.h |