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 /unix/tcl.m4 | |
parent | 399309020d7f8caf7b710a6a41601159cdc32e30 (diff) | |
parent | 4f7e149fb6b4b78d45059bff477ee467f4d6c8b9 (diff) | |
download | tcl-ffe298076d5004777f81e9776ba6f76affcf2f2f.zip tcl-ffe298076d5004777f81e9776ba6f76affcf2f2f.tar.gz tcl-ffe298076d5004777f81e9776ba6f76affcf2f2f.tar.bz2 |
Merge 8.6
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |