[Powertop] [PATCH] Remove unneded zlib dependency

Igor Zhbanov <i.zhbanov at samsung.com> Wed, 18 Jul 2012 18:54:58 +0400
Newsgroups dev.linux.lists.powertop
Message-ID <[email protected]>
Remove unneded zlib dependency from configure.ac
---
 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index ff4cdea..4b3d027 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,9 +50,6 @@ AC_SEARCH_LIBS([delwin], [ncursesw ncurses], [], AC_MSG_ERROR([ncurses is requir
 PKG_CHECK_MODULES([PCIUTILS], [libpci],[],[
 	AC_SEARCH_LIBS([pci_get_dev], [pci], [], AC_MSG_ERROR([libpci is required but was not found]), [])
 ]) 
-PKG_CHECK_MODULES([LIBZ], [zlib],[],[
-	AC_SEARCH_LIBS([deflate], [z], [], AC_MSG_ERROR([zlib is required but was not found]), [])
-]) 
 
 has_libnl_ver=0
 PKG_CHECK_MODULES([LIBNL], [libnl-1], [has_libnl_ver=1], [
-- 
1.7.5.4