summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-03 15:07:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-03 15:07:05 (GMT)
commitedd3934b326705a8664319d0e89024ac597650b5 (patch)
tree30507ed4498cb3171b185b5206c5ea0c35d9925d /unix/tcl.m4
parentf4a4df7a48aa99e2efb5eec43143749c210ea761 (diff)
parent00702159337bc65945b09c3a6e334dc011841c52 (diff)
downloadtcl-edd3934b326705a8664319d0e89024ac597650b5.zip
tcl-edd3934b326705a8664319d0e89024ac597650b5.tar.gz
tcl-edd3934b326705a8664319d0e89024ac597650b5.tar.bz2
Merge 8.6. Put vfork check a little bit earlier in unix/tcl.m4. Re-generate unix/configure with (modified) autoconf-2.59
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index f07d55b..49fbe26 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -2068,6 +2068,8 @@ dnl # preprocessing tests use only CPPFLAGS.
CFLAGS_NOLTO=""
fi
+ 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
# would use TCL_DL_LIBS instead of TCL_LIBS.
@@ -2105,7 +2107,6 @@ dnl # preprocessing tests use only CPPFLAGS.
AC_SUBST(DLL_INSTALL_DIR)
AC_SUBST(INSTALL_STUB_LIB)
AC_SUBST(RANLIB)
- AC_CHECK_FUNCS([posix_spawnp])
])
#--------------------------------------------------------------------
@@ -3086,7 +3087,6 @@ if test "x$NEED_FAKE_RFC2553" = "x1"; then
AC_CHECK_FUNC(strlcpy)
fi
])
-
# Local Variables:
# mode: autoconf
# End: