From 56e67e09925b0b5544884b279b9cc5552964fd25 Mon Sep 17 00:00:00 2001 From: Rhys Kidd Date: Mon, 21 Jan 2019 00:52:20 -0500 Subject: config: remove unused sdkdir=$(pkg-config...) statement The sdkdir variable is not used, so remove the statement. (Copied from xf86-video-ati 36bd69affc996c92c40b7360a7fbaa1a3a46abfd) Signed-off-by: Rhys Kidd --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2ae9d7c..d1bd8b4 100644 --- a/configure.ac +++ b/configure.ac @@ -81,7 +81,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) PKG_CHECK_MODULES([PCIACCESS], [pciaccess >= 0.10]) -- cgit v1.2.3