diff options
author | surles <surles> | 1998-08-04 11:50:02 (GMT) |
---|---|---|
committer | surles <surles> | 1998-08-04 11:50:02 (GMT) |
commit | 65e105be5425dda4dba7582b6c29ff2ef3ce0f1d (patch) | |
tree | f25f4d22c87a0fcd42779f4bda560910b5774f27 | |
parent | 7b465e4732fc0771f3cc42ceb19add6a7c58ecc6 (diff) | |
download | tcl-65e105be5425dda4dba7582b6c29ff2ef3ce0f1d.zip tcl-65e105be5425dda4dba7582b6c29ff2ef3ce0f1d.tar.gz tcl-65e105be5425dda4dba7582b6c29ff2ef3ce0f1d.tar.bz2 |
Added test that creates the REGSIGTYPE variable
-rw-r--r-- | unix/configure.in | 1 |
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]); |