From 85b79636a873c2e454c265204d369e7b02786e0e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vivek=20Das=C2=A0Mohapatra?= <vivek@collabora.co.uk>
Date: Mon, 17 Jul 2017 15:59:53 +0100
Subject: [PATCH] Rip out some unnecessary pkg-config checks

We will not build proxies within the libcapsule project itself,
they'll be broken out and use tools published by libcapsule.

In addition, we will typically build proxies for libraries from
an external tree such as /host, so stock pkg-config checks wouldn't
work anyway.
---
 configure.ac | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/configure.ac b/configure.ac
index d03337f69..a82d2bbfe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,16 +24,6 @@ AM_INIT_AUTOMAKE([-Wno-portability foreign])
 
 LT_INIT
 
-dnl ////////////////////////////////////////////////////////////////
-dnl Remove when the shim libraries move out into their own packages?
-dnl zlib demo:
-PKG_CHECK_MODULES([ZLIB], [zlib])
-dnl libGL demo:
-PKG_CHECK_MODULES([GL],   [gl])
-PKG_CHECK_MODULES([XCB2], [xcb-dri2])
-PKG_CHECK_MODULES([XCB3], [xcb-dri3])
-dnl ////////////////////////////////////////////////////////////////
-
 dnl make sure we've got the _right_ libelf (doesn't ship a .pc)
 AC_CHECK_TYPE([Elf_Cmd], [], [], [#include <libelf.h>])
 AC_MSG_CHECKING([Elf_Cmd ELF_C_READ_MMAP])
-- 
GitLab