mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-02-04 11:50:34 +01:00
Enable large file support
https://bugs.freedesktop.org/show_bug.cgi?id=90078 Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
cdaa522911
commit
40342dd0ea
1 changed files with 3 additions and 0 deletions
|
|
@ -29,6 +29,9 @@ dnl by either passing --disable-silent-rules to configure or passing V=1
|
|||
dnl to make
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
||||
dnl Enable large file support
|
||||
AC_SYS_LARGEFILE
|
||||
|
||||
dnl Check for programs
|
||||
AC_PROG_CC
|
||||
AC_CHECK_PROG([LN], [ln], [ln], [cp -Rp])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue