Ver Fonte

configure: enable largefile earlier as it may influence other checks

Evgeny Grin (Karlson2k) há 1 ano atrás
pai
commit
4819116382
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      configure.ac

+ 2 - 2
configure.ac

@@ -161,6 +161,8 @@ CPPFLAGS_ac=""
 
 MHD_SYS_EXT([CPPFLAGS_ac])
 CPPFLAGS="${CPPFLAGS_ac} ${user_CPPFLAGS}"
+AC_SYS_LARGEFILE
+AC_FUNC_FSEEKO
 LT_INIT([win32-dll])
 LT_LANG([Windows Resource])
 
@@ -4553,8 +4555,6 @@ MHD_CHECK_FUNC([magic_open],
 AM_CONDITIONAL([MHD_HAVE_LIBMAGIC], [[test "x$mhd_cv_have_func_magic_open" = "xyes"]])
 
 # large file support (> 4 GB)
-AC_SYS_LARGEFILE
-AC_FUNC_FSEEKO
 MHD_CHECK_FUNC([lseek64],
   [[
 #if defined(HAVE_SYS_TYPES_H)