From 65e105be5425dda4dba7582b6c29ff2ef3ce0f1d Mon Sep 17 00:00:00 2001 From: surles Date: Tue, 4 Aug 1998 11:50:02 +0000 Subject: Added test that creates the REGSIGTYPE variable --- unix/configure.in | 1 + 1 file changed, 1 insertion(+) 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]); -- cgit v0.12