diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-07-24 15:14:46 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-07-24 15:14:46 (GMT) |
commit | 4dd445404be4d6cc1ad17908850b79bf61b62dc7 (patch) | |
tree | d12cad2238b0a5dd091da8a3b0faeec014ec17c4 /unix/configure | |
parent | 545fe029f600cd7e087a48259b86e1c6c00793a2 (diff) | |
parent | ffe298076d5004777f81e9776ba6f76affcf2f2f (diff) | |
download | tcl-4dd445404be4d6cc1ad17908850b79bf61b62dc7.zip tcl-4dd445404be4d6cc1ad17908850b79bf61b62dc7.tar.gz tcl-4dd445404be4d6cc1ad17908850b79bf61b62dc7.tar.bz2 |
Merge 8.7
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/unix/configure b/unix/configure index e0c65b2..8a8f274 100755 --- a/unix/configure +++ b/unix/configure @@ -7329,13 +7329,7 @@ printf "%s\n" "#define HAVE_STDBOOL_H 1" >>confdefs.h fi - ac_fn_c_check_func "$LINENO" "posix_spawnp" "ac_cv_func_posix_spawnp" -if test "x$ac_cv_func_posix_spawnp" = xyes -then : - printf "%s\n" "#define HAVE_POSIX_SPAWNP 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 |