xf86-video-ati: Branch 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Wed Dec 30 12:37:24 PST 2009


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

New commits:
commit 36bd69affc996c92c40b7360a7fbaa1a3a46abfd
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Wed Dec 16 15:52:18 2009 -0500

    configure.ac: remove unused sdkdir=$(pkg-config...) statement
    
    The sdkdir variable isn't use, so remove the statement.
    
    Acked-by: Dan Nicholson <dbn.lists at gmail.com>
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

diff --git a/configure.ac b/configure.ac
index ce5bf3c..2d64ff8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -94,7 +94,6 @@ PKG_CHECK_MODULES(XEXT, [xextproto >= 7.0.99.1],
                   HAVE_XEXTPROTO_71="yes"; AC_DEFINE(HAVE_XEXTPROTO_71, 1, [xextproto 7.1 available]),
                   HAVE_XEXTPROTO_71="no")
 AM_CONDITIONAL(HAVE_XEXTPROTO_71, [ test "$HAVE_XEXTPROTO_71" = "yes" ])
-sdkdir=$(pkg-config --variable=sdkdir xorg-server)
 
 # Checks for libraries.
 


More information about the xorg-commit mailing list