1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-09 21:30:42 +00:00

Added AC_SYS_LARGEFILE to configure.ac

This commit is contained in:
James Booth 2015-06-23 20:37:42 +01:00
parent 86acd4649b
commit 2d3537515d

View File

@ -11,6 +11,9 @@ AM_INIT_AUTOMAKE([foreign subdir-objects])
### Checks for programs.
AC_PROG_CC
## Check for LFS
AC_SYS_LARGEFILE
### Get canonical host
AC_CANONICAL_HOST
PLATFORM="unknown"