Skip to content

Commit

Permalink
Merge pull request #81 from cebrusfs/patch-1
Browse files Browse the repository at this point in the history
Support autoconf option AC_SYS_LARGEFILE
  • Loading branch information
nickjsanders committed Jul 2, 2021
2 parents e6c56d2 + 150b2b3 commit 6714c57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ AS_IF([test x"$enable_default_optimizations" != xno], [
CXXFLAGS="$CXXFLAGS -O3 -funroll-all-loops -funroll-loops -DNDEBUG"
])

AC_SYS_LARGEFILE

# Checks for header files.
AC_HEADER_DIRENT
AC_HEADER_STDC
Expand Down

0 comments on commit 6714c57

Please sign in to comment.