configure.ac : Test for localtime and localtime_r.

This commit is contained in:
Erik de Castro Lopo 2008-08-16 12:20:50 +10:00
parent 1967c99851
commit 9223da0872
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-08-16 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* configure.ac
Test for localtime and localtime_r.
2008-08-11 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* src/sndfile.h.in

View File

@ -253,7 +253,7 @@ AC_CHECK_FUNCS(malloc calloc realloc free)
AC_CHECK_FUNCS(open read write lseek pread pwrite)
AC_CHECK_FUNCS(fstat ftruncate fsync)
AC_CHECK_FUNCS(snprintf vsnprintf)
AC_CHECK_FUNCS(gmtime gmtime_r)
AC_CHECK_FUNCS(gmtime gmtime_r localtime localtime_r)
AC_CHECK_FUNCS(mmap getpagesize)
AC_CHECK_FUNCS(setlocale)