From 200a5c0581687aa9d8eac2f682121d9965123bb8 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Tue, 26 Feb 2002 22:12:34 -0800 Subject: correction to sig_atomic_t test --- ChangeLog | 3 ++- configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1fef0ca74..6f0c9937d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -54,6 +54,7 @@ more u_* fixes - (bal) Imported missing fatal.c and fixed up Makefile.in - (tim) [configure.ac] correction to Bug 123 fix + [configure.ac] correction to sig_atomic_t test 20020225 - (bal) Last AIX patch. Moved aix_usrinfo() outside of do_setuserconext() @@ -7727,4 +7728,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1889 2002/02/27 06:05:11 tim Exp $ +$Id: ChangeLog,v 1.1890 2002/02/27 06:12:34 tim Exp $ diff --git a/configure.ac b/configure.ac index 28da15261..84229411e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.22 2002/02/27 06:05:12 tim Exp $ +# $Id: configure.ac,v 1.23 2002/02/27 06:12:35 tim Exp $ AC_INIT AC_CONFIG_SRCDIR([ssh.c]) @@ -1253,7 +1253,7 @@ fi TYPE_SOCKLEN_T -AC_CHECK_TYPES(sig_atomic_t) +AC_CHECK_TYPES(sig_atomic_t,,,[#include ]) AC_CACHE_CHECK([for size_t], ac_cv_have_size_t, [ AC_TRY_COMPILE( -- cgit v1.2.3