xserver: Branch 'server-1.5-branch'

Adam Jackson ajax at kemper.freedesktop.org
Tue Jun 24 09:42:42 PDT 2008


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3a7657b7131c16682c34dfc739c430b36fb3d4db
Author: Hasso Tepper <hasso at estpak.ee>
Date:   Tue Apr 8 13:00:38 2008 +0300

    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.
    (cherry picked from commit 08073862f8c4e1219b6459708ffd28e2bc35885f)

diff --git a/configure.ac b/configure.ac
index 99b2bf2..3abe0bb 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([


More information about the xorg-commit mailing list