aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2011-01-21 09:29:00 +1000
committerSteve Bennett <steveb@workware.net.au>2011-01-21 09:31:12 +1000
commitbdc8eea02bdb053649bc896440b2ffd2d3efb04a (patch)
treedc681ce5ffc44741386934cce81c6a10e97114d2 /configure
parente125ea12d35f46855a2cca5e415f0b72b519266b (diff)
downloadjimtcl-bdc8eea02bdb053649bc896440b2ffd2d3efb04a.zip
jimtcl-bdc8eea02bdb053649bc896440b2ffd2d3efb04a.tar.gz
jimtcl-bdc8eea02bdb053649bc896440b2ffd2d3efb04a.tar.bz2
Still need to check for fork() for os.fork
Even though fork is no longer needed by exec, it is still needed by os.fork Reported-by: Paulo Ferreira <paf@keeh.net> Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5d1e0ae..556b5ca 100755
--- a/configure
+++ b/configure
@@ -3957,7 +3957,7 @@ fi
-for ac_func in ualarm sysinfo lstat vfork
+for ac_func in ualarm sysinfo lstat fork vfork
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"