NWC: fix format string for loff_t which is longlog on 32 bit
[citadel.git] / citadel / configure.ac
index c140e7640f65e467b26b5d217e05331d978f80fa..3a7997869eb19d16e847765e31f3830164749f8c 100644 (file)
@@ -406,6 +406,7 @@ AC_CHECK_SIZEOF(short, 0)
 AC_CHECK_SIZEOF(int, 0)
 AC_CHECK_SIZEOF(long, 0)
 AC_CHECK_SIZEOF(size_t, 0)
+AC_CHECK_SIZEOF(loff_t, 0)
 dnl AC_CHECK_SIZEOF(long long, 0)
 
 dnl Checks for libraries.