dnl
dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
dnl
-dnl $Id: configure.in,v 1.256 2002/01/01 09:47:47 adrian Exp $
+dnl $Id: configure.in,v 1.257 2002/01/28 17:49:24 hno Exp $
dnl
dnl
dnl
AC_CONFIG_AUX_DIR(cfgaux)
AM_INIT_AUTOMAKE(squid, 2.6-DEVEL)
AM_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.256 $)dnl
+AC_REVISION($Revision: 1.257 $)dnl
AC_PREFIX_DEFAULT(/usr/local/squid)
AM_MAINTAINER_MODE
fi
])
+dnl Enable Large file support
+AC_ARG_ENABLE(large-files,
+[ --enable-large-files Enable support for large files (>2GB). Still
+ experimental.],
+[ if test "$enableval" = "yes" ; then
+ echo "Large file support enabled"
+ CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64"
+ fi
+])
+
AM_CONDITIONAL(MAKE_LEAKFINDER, false)
dnl Enable Leak Finding Functions
AC_ARG_ENABLE(leakfinder,