comparison mcabber/configure.ac @ 1583:c431fa9e2876

Use AC_SYS_LARGEFILE in configure.ac
author Mikael Berthe <mikael@lilotux.net>
date Sun, 04 Oct 2009 16:58:04 +0200
parents 481b60da99c9
children 590ade2780bd
comparison
equal deleted inserted replaced
1582:b5861a0fcd30 1583:c431fa9e2876
26 CFLAGS="$CFLAGS -Wall" 26 CFLAGS="$CFLAGS -Wall"
27 if test x"$gccvermajor" = x"4" -a x"$gccverminor" = x"2"; then 27 if test x"$gccvermajor" = x"4" -a x"$gccverminor" = x"2"; then
28 DBGCFLAGS="-fgnu89-inline" 28 DBGCFLAGS="-fgnu89-inline"
29 fi 29 fi
30 fi 30 fi
31
32 AC_SYS_LARGEFILE
31 33
32 # Checks for header files. 34 # Checks for header files.
33 AC_HEADER_STDC 35 AC_HEADER_STDC
34 AC_CHECK_HEADERS([arpa/inet.h fcntl.h locale.h netdb.h netinet/in.h stddef.h \ 36 AC_CHECK_HEADERS([arpa/inet.h fcntl.h locale.h netdb.h netinet/in.h stddef.h \
35 stdlib.h string.h strings.h sys/socket.h sys/time.h \ 37 stdlib.h string.h strings.h sys/socket.h sys/time.h \