All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Ferron <chris.e.ferron at linux.intel.com>
To: powertop@lists.01.org
Subject: Re: [Powertop] [PATCH] Remove unneded zlib dependency
Date: Wed, 18 Jul 2012 15:02:44 -0700	[thread overview]
Message-ID: <50073284.8090005@linux.intel.com> (raw)
In-Reply-To: 1342623298-30628-1-git-send-email-i.zhbanov@samsung.com

[-- 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

             reply	other threads:[~2012-07-18 22:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-18 22:02 Chris Ferron [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-07-18 14:54 [Powertop] [PATCH] Remove unneded zlib dependency Igor Zhbanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50073284.8090005@linux.intel.com \
    --to=powertop@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.