]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Add largefile support
authorTakashi Iwai <tiwai@suse.de>
Tue, 8 Nov 2005 16:42:22 +0000 (16:42 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 8 Nov 2005 16:42:22 +0000 (16:42 +0000)
Add largefile support (bug#1513).

configure.in

index f04fa09f9270a3a43655a8138cf9909c537b74de..70aa8918d2ff499191259dd2d7805e0e6ae0ec5a 100644 (file)
@@ -81,6 +81,9 @@ AC_HEADER_TIME
 dnl Checks for library functions.
 AC_PROG_GCC_TRADITIONAL
 
+dnl Enable largefile support
+AC_SYS_LARGEFILE
+
 SAVE_UTIL_VERSION
 
 AC_OUTPUT(Makefile alsactl/Makefile alsamixer/Makefile amidi/Makefile amixer/Makefile \