about summary refs log tree commit diff stats
path: root/configure.in
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2008-09-24 00:20:35 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2008-09-24 00:20:35 -0400
commit2f9695fd976a6947a55a9ac8a88f0a013e34669a (patch)
tree32313222f117c1186386bbcbd5492e2fb864da22 /configure.in
parentf385296bc2069c23f21accb2d55fdda5906e607d (diff)
downloadlynx-snapshots-2f9695fd976a6947a55a9ac8a88f0a013e34669a.tar.gz
snapshot of project "lynx", label v2-8-7dev_10b
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 5ede6e88..ee45be33 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-dnl $LynxId: configure.in,v 1.169 2008/07/05 14:55:40 tom Exp $
+dnl $LynxId: configure.in,v 1.171 2008/09/23 22:39:58 tom Exp $
 dnl
 dnl Process this file with autoconf to produce a configure script.
 dnl
@@ -29,7 +29,7 @@ dnl ---------------------------------------------------------------------------
 dnl
 dnl ask PRCS to plug-in the project-version for the configure-script.
 dnl $Format: "AC_REVISION($ProjectVersion$)"$
-AC_REVISION(2.8.7dev.9)
+AC_REVISION(2.8.7dev.10)
 
 # Save the original $CFLAGS so we can distinguish whether the user set those
 # in the environment, or whether autoconf added -O and -g options:
@@ -62,7 +62,7 @@ AC_ARG_WITH(system-type,
 PACKAGE=lynx
 dnl ask PRCS to plug-in the project-version for the packages.
 # $Format: "VERSION=$ProjectVersion$"$
-VERSION=2.8.7dev.9
+VERSION=2.8.7dev.10
 
 AC_SUBST(PACKAGE)
 AC_SUBST(VERSION)
@@ -717,6 +717,7 @@ AC_TYPE_MODE_T
 CF_CHECK_TYPE(socklen_t, int, [#include <sys/socket.h>])
 CF_TM_GMTOFF
 
+AC_CHECK_SIZEOF(long,4)
 AC_CHECK_SIZEOF(off_t,4)
 AC_CHECK_SIZEOF(time_t,4)