[asterisk-commits] branch group/autoconf_and_menuselect r21679 - /team/group/autoconf_and_menuse...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed Apr 19 15:12:05 MST 2006


Author: russell
Date: Wed Apr 19 17:12:04 2006
New Revision: 21679

URL: http://svn.digium.com/view/asterisk?rev=21679&view=rev
Log:
let autoconf figure out whether _FILE_OFFSET_BITS needs to be defined

Modified:
    team/group/autoconf_and_menuselect/Makefile
    team/group/autoconf_and_menuselect/configure.ac

Modified: team/group/autoconf_and_menuselect/Makefile
URL: http://svn.digium.com/view/asterisk/team/group/autoconf_and_menuselect/Makefile?rev=21679&r1=21678&r2=21679&view=diff
==============================================================================
--- team/group/autoconf_and_menuselect/Makefile (original)
+++ team/group/autoconf_and_menuselect/Makefile Wed Apr 19 17:12:04 2006
@@ -174,9 +174,6 @@
 HTTP_CGIDIR=/var/www/cgi-bin
 
 ASTCFLAGS=
-
-# Define this to use files larger than 2GB (useful for sound files longer than 37 hours and logfiles)
-ASTCFLAGS+=-D_FILE_OFFSET_BITS=64
 
 # Uncomment this to use the older DSP routines
 #ASTCFLAGS+=-DOLD_DSP_ROUTINES

Modified: team/group/autoconf_and_menuselect/configure.ac
URL: http://svn.digium.com/view/asterisk/team/group/autoconf_and_menuselect/configure.ac?rev=21679&r1=21678&r2=21679&view=diff
==============================================================================
--- team/group/autoconf_and_menuselect/configure.ac (original)
+++ team/group/autoconf_and_menuselect/configure.ac Wed Apr 19 17:12:04 2006
@@ -473,6 +473,8 @@
 AC_HEADER_SYS_WAIT
 AC_CHECK_HEADERS([arpa/inet.h fcntl.h inttypes.h libintl.h mits.h locale.h malloc.h netdb.h netinet/in.h stddef.h stdint.h stdlib.h string.h strings.h sys/file.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h syslog.h termios.h unistd.h utime.h])
 
+AC_SYS_LARGEFILE
+
 # Checks for typedefs, structures, and compiler characteristics.
 AC_HEADER_STDBOOL
 AC_C_CONST



More information about the asterisk-commits mailing list