summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-24 15:12:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-24 15:12:04 (GMT)
commit4f7e149fb6b4b78d45059bff477ee467f4d6c8b9 (patch)
treef464837e1d9a7a0321e42c5a8b29c7e119a901c7 /unix/tcl.m4
parent03b881a299157cbb9681157c7842b5d33a6a2e40 (diff)
downloadtcl-4f7e149fb6b4b78d45059bff477ee467f4d6c8b9.zip
tcl-4f7e149fb6b4b78d45059bff477ee467f4d6c8b9.tar.gz
tcl-4f7e149fb6b4b78d45059bff477ee467f4d6c8b9.tar.bz2
For now, disable posix_spawnp, until we have a better solution for [407b70361c148773]
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index add827f..d6f1d2b 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -2068,7 +2068,7 @@ dnl # preprocessing tests use only CPPFLAGS.
CFLAGS_NOLTO=""
fi
- 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