summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m42
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: