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 | |
| 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')
| -rwxr-xr-x | unix/configure | 8 | ||||
| -rw-r--r-- | unix/tcl.m4 | 2 |
2 files changed, 2 insertions, 8 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 diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 7c0083d..a817d7b 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1877,7 +1877,7 @@ dnl # preprocessing tests use only CPPFLAGS. AC_CHECK_HEADER(stdbool.h, [AC_DEFINE(HAVE_STDBOOL_H, 1, [Do we have <stdbool.h>?])],) - AC_CHECK_FUNCS([posix_spawnp]) + #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 |
