xdm: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Sun Sep 19 13:29:24 PDT 2010


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

New commits:
commit 50c96170ad42321310c346cf412f9ae7e80ec2a7
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sun Aug 29 19:56:59 2010 -0400

    config: AC_LIBTOOL_DLOPEN is required for dynamic linking
    
    It adds the following tests in the configuration :
    checking for shl_load... no
    checking for shl_load in -ldld... no
    checking for dlopen... no
    checking for dlopen in -ldl... yes
    checking whether a program can dlopen itself... yes
    checking whether a statically linked program can dlopen itself... no
    
    This has not resulted in any compiler/linker flags change on
    a GNU/Linux platform.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list