summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHasso Tepper <hasso@estpak.ee>2008-04-08 13:00:38 +0300
committerDaniel Stone <daniel@fooishbar.org>2008-04-08 13:01:23 +0300
commit08073862f8c4e1219b6459708ffd28e2bc35885f (patch)
tree46e12c3d99c5195398f7aa28efcae42f223dca35 /configure.ac
parent726dcd9e4ebfb09c0685450dca6e9fae7e773814 (diff)
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0c84bbca9..c2109633d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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([