summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-24 15:13:51 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-24 15:13:51 (GMT)
commitffe298076d5004777f81e9776ba6f76affcf2f2f (patch)
tree1ff2591ef4ff424c5bc2f4fa3331956117870d2e /unix/configure
parent399309020d7f8caf7b710a6a41601159cdc32e30 (diff)
parent4f7e149fb6b4b78d45059bff477ee467f4d6c8b9 (diff)
downloadtcl-ffe298076d5004777f81e9776ba6f76affcf2f2f.zip
tcl-ffe298076d5004777f81e9776ba6f76affcf2f2f.tar.gz
tcl-ffe298076d5004777f81e9776ba6f76affcf2f2f.tar.bz2
Merge 8.6
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure8
1 files changed, 1 insertions, 7 deletions
diff --git a/unix/configure b/unix/configure
index 7bd212e..78b4a21 100755
--- a/unix/configure
+++ b/unix/configure
@@ -7329,13 +7329,7 @@ printf "%s\n" "#define HAVE_STDBOOL_H 1" >>confdefs.h
fi
- ac_fn_c_check_func "$LINENO" "posix_spawnp" "ac_cv_func_posix_spawnp"
-if test "x$ac_cv_func_posix_spawnp" = xyes
-then :
- printf "%s\n" "#define HAVE_POSIX_SPAWNP 1" >>confdefs.h
-
-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