From: Timo Sirainen Date: Sun, 27 Apr 2003 16:40:35 +0000 (+0300) Subject: fix X-Git-Tag: 1.1.alpha1~4703 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d55427309d68c9ccb776b5e9e0a2b430925a3e7;p=thirdparty%2Fdovecot%2Fcore.git fix --HG-- branch : HEAD --- diff --git a/configure.in b/configure.in index 8fe2465844..2074733356 100644 --- a/configure.in +++ b/configure.in @@ -389,6 +389,7 @@ AC_TRY_COMPILE([ ], [ off_t i = OFF_T_MAX; ], [ + : ], [ AC_DEFINE_UNQUOTED(OFF_T_MAX, $offt_max, Maximum value of off_t) ])