configure.ac: Fix monotonic test harder

This was only introduced in a later version of POSIX, so define that
version to get it from more conformant systems.
This commit is contained in:
Hasso Tepper 2008-04-08 13:00:38 +03:00 committed by Daniel Stone
parent 726dcd9e4e
commit 08073862f8
1 changed files with 1 additions and 1 deletions

View File

@ -734,7 +734,7 @@ if ! test "x$have_clock_gettime" = xno; then
CPPFLAGS_SAVE="$CPPFLAGS"
if test x"$glibc" = xyes; then
CPPFLAGS="$CPPFLAGS -D_POSIX_C_SOURCE=199309L"
CPPFLAGS="$CPPFLAGS -D_POSIX_C_SOURCE=200112L"
fi
AC_RUN_IFELSE([