summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-26 08:06:52 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-26 08:06:52 (GMT)
commitdf1e155f688d17926a6d952abe79ea9ff0474936 (patch)
tree4f5148b75759dbe2870070abb6b0abdfcee23390 /unix/tcl.m4
parent4dd445404be4d6cc1ad17908850b79bf61b62dc7 (diff)
parent862ae1266cd494baaed59be9a1d74b66de7eaa6a (diff)
downloadtcl-df1e155f688d17926a6d952abe79ea9ff0474936.zip
tcl-df1e155f688d17926a6d952abe79ea9ff0474936.tar.gz
tcl-df1e155f688d17926a6d952abe79ea9ff0474936.tar.bz2
Merge 8.7
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index a817d7b..fca47cc 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1877,7 +1877,8 @@ 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])
+ # Check for vfork, posix_spawnp() and friends unconditionally
+ AC_CHECK_FUNCS(vfork posix_spawnp posix_spawn_file_actions_adddup2 posix_spawnattr_setflags)
# FIXME: This subst was left in only because the TCL_DL_LIBS
# entry in tclConfig.sh uses it. It is not clear why someone