All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Powertop] [PATCH] Remove unneded zlib dependency
@ 2012-07-18 22:02 Chris Ferron
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Ferron @ 2012-07-18 22:02 UTC (permalink / raw)
  To: powertop

[-- Attachment #1: Type: text/plain, Size: 852 bytes --]

On 07/18/2012 07:54 AM, Igor Zhbanov wrote:
> 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], [

Your patch has been merged
Thank You

^ permalink raw reply	[flat|nested] 2+ messages in thread
* [Powertop] [PATCH] Remove unneded zlib dependency
@ 2012-07-18 14:54 Igor Zhbanov
  0 siblings, 0 replies; 2+ messages in thread
From: Igor Zhbanov @ 2012-07-18 14:54 UTC (permalink / raw)
  To: powertop

[-- Attachment #1: Type: text/plain, Size: 739 bytes --]

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-18 22:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-18 22:02 [Powertop] [PATCH] Remove unneded zlib dependency Chris Ferron
  -- strict thread matches above, loose matches on Subject: below --
2012-07-18 14:54 Igor Zhbanov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.