Bug 52573 - patch required to build 2.10.x with oldish GNU C library headers
authorAkira TAGOH <akira@tagoh.org>
Fri, 31 Aug 2012 06:10:50 +0000 (15:10 +0900)
committerAkira TAGOH <akira@tagoh.org>
Tue, 11 Sep 2012 08:56:09 +0000 (17:56 +0900)
commitab26a722c05b43468f838b2fa72bb6ccd0408ac8
tree874cb3635b36a64b3d614283558ad678c1463095
parent535e0a37d6d77a9d65096277f3bf94c39ffbf7d1
Bug 52573 - patch required to build 2.10.x with oldish GNU C library headers

On older libc, _POSIX_C_SOURCE didn't satisfy to use posix_fadvise()
and AC_CHECK_FUNCS doesn't check a header file if the function is
declared there properly. so use AC_LINK_IFELSE instead.
configure.ac