diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-07-24 15:13:51 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-07-24 15:13:51 (GMT) |
| commit | ffe298076d5004777f81e9776ba6f76affcf2f2f (patch) | |
| tree | 1ff2591ef4ff424c5bc2f4fa3331956117870d2e | |
| parent | 399309020d7f8caf7b710a6a41601159cdc32e30 (diff) | |
| parent | 4f7e149fb6b4b78d45059bff477ee467f4d6c8b9 (diff) | |
| download | tcl-ffe298076d5004777f81e9776ba6f76affcf2f2f.zip tcl-ffe298076d5004777f81e9776ba6f76affcf2f2f.tar.gz tcl-ffe298076d5004777f81e9776ba6f76affcf2f2f.tar.bz2 | |
Merge 8.6
| -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 7bd212e..78b4a21 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 ce9a8a1..e3325b1 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 |
