libX11: Changes to 'master'

Jon TURNEY jturney at kemper.freedesktop.org
Wed Jan 9 06:52:16 PST 2013


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

New commits:
commit 0b148750027fd0557c5ed93afda861ddf4b92e0f
Author: Jon TURNEY <jon.turney at dronecode.org.uk>
Date:   Mon Nov 12 17:27:52 2012 +0000

    Fix config check for loadable modules
    
    The config check of the results of testing for dlfcn.h or dl.h just tests the
    value of the ac_cv_ variables, which will be 'yes' or 'no', rather than checking
    it is 'yes', so loadable module support would always be detected.
    
    This is necessary for successful compilation for the MinGW target without the
    optional dlfcn-win32 library.
    
    v2: Also, fixed typoed name of ac_cv_header_dlfcn_h, so check still works
    correctly when dlfcn.h is available
    
    Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>
    Reviewed-by: Dan Nicholson <dbn.lists at gmail.com>



More information about the xorg-commit mailing list