diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 1c56934f..b62967a9 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $LynxId: configure.in,v 1.209 2010/03/28 20:57:56 tom Exp $ +dnl $LynxId: configure.in,v 1.211 2010/04/20 22:46:04 tom Exp $ dnl dnl Process this file with autoconf to produce a configure script. dnl @@ -7,7 +7,7 @@ dnl by T.E.Dickey <dickey@invisible-island.net> dnl and Jim Spath <jspath@mail.bcpl.lib.md.us> dnl dnl --------------------------------------------------------------------------- -dnl Copyright 1997-2008,2009 by Thomas E. Dickey +dnl Copyright 1997-2009,2010 by Thomas E. Dickey dnl dnl Permission to use, copy, modify, and distribute this software and its dnl documentation for any purpose and without fee is hereby granted, @@ -756,6 +756,7 @@ CF_CHECK_TYPE(socklen_t, int, [ #include <sys/types.h> #include <sys/socket.h> ]) +CF_TYPE_LONG_LONG CF_TM_GMTOFF AC_CHECK_SIZEOF(int,4) @@ -1483,7 +1484,7 @@ if test $use_scrollbar != no ; then fi # use rpath for libraries in unusual places -CF_RPATH_HACK +CF_DISABLE_RPATH_HACK ### Finally, build config.h and the makefiles test -z "$CONFIG_SHELL" && CONFIG_SHELL=/bin/sh |