From bc8821c0f90afc3cbbba3a2fa080fe04e55270df Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sat, 24 Apr 2004 21:54:01 +0000 Subject: [PATCH] use rk_SYS_LARGEFILE git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13770 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/configure.in b/configure.in index 4c77a4abf..6342f332a 100644 --- a/configure.in +++ b/configure.in @@ -23,12 +23,7 @@ AC_CANONICAL_HOST CANONICAL_HOST=$host AC_SUBST(CANONICAL_HOST) -AC_SYS_LARGEFILE -dnl need to set this on the command line, since it might otherwise break -dnl with generated code, such as lex -if test "$enable_largefile" != no -a "$ac_cv_sys_large_files" != no; then - CPPFLAGS="$CPPFLAGS -D_LARGE_FILES=$ac_cv_sys_large_files" -fi +rk_SYS_LARGEFILE dnl dnl this is needed to run the configure tests against glibc