sessreg: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Fri Feb 5 07:17:02 PST 2010


 configure.ac |   32 +++++++++++++++++++-------------
 1 file changed, 19 insertions(+), 13 deletions(-)

New commits:
commit 8808c476319fce3e254e3a7df3205ba4205cb13b
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Wed Feb 3 14:12:28 2010 -0500

    Add AC_USE_SYSTEM_EXTENSIONS providing needed WTMPX_FILE define
    
    The WTMPX_FILE is only defined under __USE_GNU conditional
    compilation. Autoconf provides AC_USE_SYSTEM_EXTENSIONS
    to enable platform extensions.
    
    It must be expanded before any other macros that uses the compiler.
    To reduce the risk of being misplaced, the statements have been
    grouped (mostly) as per the GNU standard layout.This macro
    requires Autoconf level 2.60 or later.
    
    The compilation failed under a GNU-Linux OS.
    
    Tested-by (on darwin): Jeremy Huddleston <jeremyhu at apple.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list