From: Sergey Senozhatsky <sergey.senozhatsky at gmail.com>
To: powertop@lists.01.org
Subject: Re: [Powertop] [PATCH] Optionally check for ncurses pkgconfig file.
Date: Tue, 06 May 2014 10:53:10 +0300 [thread overview]
Message-ID: <20140506075310.GA1127@swordfish> (raw)
In-Reply-To: 1399358531-17553-1-git-send-email-auke-jan.h.kok@intel.com
[-- Attachment #1: Type: text/plain, Size: 1124 bytes --]
On (05/05/14 23:42), Auke Kok wrote:
> ---
> configure.ac | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index baa5faa..5a90fe3 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -46,7 +46,8 @@ AC_FUNC_REALLOC
> AC_FUNC_STRTOD
> AC_CHECK_FUNCS([fdatasync getpagesize gettimeofday memmove memset mkdir munmap pow realpath regcomp select setlocale socket sqrt strcasecmp strchr strdup strerror strncasecmp strstr strtoul strtoull])
>
> -AC_SEARCH_LIBS([delwin], [ncursesw ncurses], [], AC_MSG_ERROR([ncurses is required but was not found]), [])
> +PKG_CHECK_MODULES([NCURSES], [ncurses], [LIBS="$LIBS $ncurses_LIBS"],
^^^^^^^^^
[ncursesw ncurses]?
-ss
> + AC_SEARCH_LIBS([delwin], [ncursesw ncurses], [], AC_MSG_ERROR([ncurses is required but was not found]), []))
>
> has_libpci=0
> PKG_CHECK_MODULES([PCIUTILS], [libpci],[has_libpci=1],[
> --
> 1.7.11.2
>
> _______________________________________________
> PowerTop mailing list
> PowerTop(a)lists.01.org
> https://lists.01.org/mailman/listinfo/powertop
>
next reply other threads:[~2014-05-06 7:53 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-06 7:53 Sergey Senozhatsky [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-05-09 22:28 [Powertop] [PATCH] Optionally check for ncurses pkgconfig file Joe Konno
2014-05-09 22:01 Auke Kok
2014-05-09 22:00 Kok, Auke-jan H
2014-05-09 21:59 Kok, Auke-jan H
2014-05-09 21:59 Auke Kok
2014-05-09 7:30 Sergey Senozhatsky
2014-05-08 17:06 Joe Konno
2014-05-08 16:14 Alexandra Yates
2014-05-07 19:17 Alexandra Yates
2014-05-07 0:38 Kok, Auke-jan H
2014-05-06 6:42 Auke Kok
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=20140506075310.GA1127@swordfish \
--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.