summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2002-02-26 22:12:34 -0800
committerTim Rice <tim@multitalents.net>2002-02-26 22:12:34 -0800
commit200a5c0581687aa9d8eac2f682121d9965123bb8 (patch)
treef18a34b26eb72ddf11928f17851abdfbda30c916
parent7d2d1f1e67bd021110c9c62c0ffb7a35c54478fc (diff)
correction to sig_atomic_t test
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac4
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 1fef0ca7..6f0c9937 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 28da1526..84229411 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 <signal.h>])
AC_CACHE_CHECK([for size_t], ac_cv_have_size_t, [
AC_TRY_COMPILE(