mirror of https://gitee.com/bigwinds/arangodb
12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
dnl -*- mode: Autoconf; -*-
|
|
|
|
dnl -----------------------------------------------------------------------------------------
|
|
dnl checks for large file support
|
|
dnl -----------------------------------------------------------------------------------------
|
|
|
|
AC_LANG(C)
|
|
|
|
AC_SYS_LARGEFILE
|
|
|
|
AC_LANG(C++)
|