summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-24 11:13:58 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-24 11:13:58 (GMT)
commit399309020d7f8caf7b710a6a41601159cdc32e30 (patch)
treed057fc8c94b4680c01d3b31e85be1b69913fff2e /unix/configure
parent7caf2af1db913adaf775172aaa508e3b98274967 (diff)
parent03b881a299157cbb9681157c7842b5d33a6a2e40 (diff)
downloadtcl-399309020d7f8caf7b710a6a41601159cdc32e30.zip
tcl-399309020d7f8caf7b710a6a41601159cdc32e30.tar.gz
tcl-399309020d7f8caf7b710a6a41601159cdc32e30.tar.bz2
Merge 8.6
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure11
1 files changed, 8 insertions, 3 deletions
diff --git a/unix/configure b/unix/configure
index f314fb8..7bd212e 100755
--- a/unix/configure
+++ b/unix/configure
@@ -7329,6 +7329,14 @@ 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
+
+
# 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.
@@ -10078,9 +10086,6 @@ fi
fi
-printf "%s\n" "#define USE_VFORK 1" >>confdefs.h
-
-
printf "%s\n" "#define TCL_DEFAULT_ENCODING \"utf-8\"" >>confdefs.h