summaryrefslogtreecommitdiffstats
path: root/patches/libsndfile-1.0.25/0001-configure.ac-use-default-largefile-macro.patch
blob: 7dbc92bc330e28cba3953b4123c55c6f0c05c78a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Michael Olbrich <m.olbrich@pengutronix.de>
Date: Sun, 12 Jan 2014 18:36:22 +0100
Subject: [PATCH] configure.ac: use default largefile macro

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 20ba55a..72dccac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -200,7 +200,7 @@ case "$host_os" in
 			pre_largefile_sizeof_off_t=$ac_cv_sizeof_off_t
 			unset ac_cv_sizeof_off_t
 
-			AC_SYS_EXTRA_LARGEFILE
+			AC_SYS_LARGEFILE
 
 			if test "x$ac_cv_sys_largefile_CFLAGS" = "xno" ; then
 				ac_cv_sys_largefile_CFLAGS=""