summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorsurles <surles>1998-08-04 11:50:02 (GMT)
committersurles <surles>1998-08-04 11:50:02 (GMT)
commit65e105be5425dda4dba7582b6c29ff2ef3ce0f1d (patch)
treef25f4d22c87a0fcd42779f4bda560910b5774f27 /unix
parent7b465e4732fc0771f3cc42ceb19add6a7c58ecc6 (diff)
downloadtcl-65e105be5425dda4dba7582b6c29ff2ef3ce0f1d.zip
tcl-65e105be5425dda4dba7582b6c29ff2ef3ce0f1d.tar.gz
tcl-65e105be5425dda4dba7582b6c29ff2ef3ce0f1d.tar.bz2
Added test that creates the REGSIGTYPE variable
Diffstat (limited to 'unix')
-rw-r--r--unix/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/configure.in b/unix/configure.in
index f33e9c8..4b5a5bd 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -444,6 +444,7 @@ fi
# instead of vfork.
#--------------------------------------------------------------------
+AC_TYPE_SIGNAL()
AC_CHECK_FUNC(vfork, tcl_ok=1, tcl_ok=0)
if test "$tcl_ok" = 1; then
AC_MSG_CHECKING([vfork/signal bug]);