diff options
| author | neumann <neumann> | 2023-06-30 09:12:02 (GMT) |
|---|---|---|
| committer | neumann <neumann> | 2023-06-30 09:12:02 (GMT) |
| commit | 3f68e9f64ffb09416fc76db2a30bb132f04e4569 (patch) | |
| tree | eb61ad7978710de208b2cb56cded674c9e2fe3db /unix/tcl.m4 | |
| parent | 414a984d0417c098b2b9b29d3b5a4aea8eaca5d0 (diff) | |
| download | tcl-3f68e9f64ffb09416fc76db2a30bb132f04e4569.zip tcl-3f68e9f64ffb09416fc76db2a30bb132f04e4569.tar.gz tcl-3f68e9f64ffb09416fc76db2a30bb132f04e4569.tar.bz2 | |
Added auto-configuration of posix_spawnp()
Removed the manual setting of USE_POSIX_SPAWN and
replaced it by HAVE_POSIX_SPAWNP.
Diffstat (limited to 'unix/tcl.m4')
| -rw-r--r-- | unix/tcl.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 0ef9f3d..f07d55b 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -2105,6 +2105,7 @@ dnl # preprocessing tests use only CPPFLAGS. AC_SUBST(DLL_INSTALL_DIR) AC_SUBST(INSTALL_STUB_LIB) AC_SUBST(RANLIB) + AC_CHECK_FUNCS([posix_spawnp]) ]) #-------------------------------------------------------------------- @@ -3085,6 +3086,7 @@ if test "x$NEED_FAKE_RFC2553" = "x1"; then AC_CHECK_FUNC(strlcpy) fi ]) + # Local Variables: # mode: autoconf # End: |
