about summary refs log tree commit diff stats
path: root/configure.in
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2010-09-23 10:43:48 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2010-09-23 10:43:48 -0400
commita9f33e9f4daa32e4f1503b40e38b3b531c34b7b0 (patch)
tree31239f4c12020a75605f5308c70d7e6106ad6a7e /configure.in
parentbf665822fc371159c9fc6630ab805638c58ab299 (diff)
downloadlynx-snapshots-a9f33e9f4daa32e4f1503b40e38b3b531c34b7b0.tar.gz
snapshot of project "lynx", label v2-8-8dev_5c
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 43404814..83565c15 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-dnl $LynxId: configure.in,v 1.220 2010/09/20 23:23:35 tom Exp $
+dnl $LynxId: configure.in,v 1.221 2010/09/22 21:29:54 tom Exp $
 dnl
 dnl Process this file with autoconf to produce a configure script.
 dnl
@@ -755,6 +755,7 @@ AC_TYPE_OFF_T
 AC_TYPE_PID_T
 AC_TYPE_UID_T
 AC_TYPE_MODE_T
+CF_CHECK_TYPE(ssize_t, int)
 CF_CHECK_TYPE(socklen_t, int, [
 #include <sys/types.h>
 #include <sys/socket.h>