From: Ben Widawsky <ben@bwidawsk.net>
To: intel-gfx@lists.freedesktop.org
Cc: Ben Widawsky <ben@bwidawsk.net>
Subject: [PATCH 1/3] build: make sure we have asprintf
Date: Sun, 25 Mar 2012 17:33:30 -0700 [thread overview]
Message-ID: <1332722012-4853-4-git-send-email-ben@bwidawsk.net> (raw)
In-Reply-To: <1332722012-4853-1-git-send-email-ben@bwidawsk.net>
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
---
configure.ac | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure.ac b/configure.ac
index f778a9a..567f10d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,6 +32,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE
+AC_GNU_SOURCE
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_PATH_PYTHON([3],, [:])
@@ -43,6 +44,7 @@ AC_CHECK_MEMBERS([struct sysinfo.totalram],[],[],[AC_INCLUDES_DEFAULT
#include <sys/sysinfo.h>
])
AC_CHECK_FUNCS([swapctl])
+AC_CHECK_FUNCS([asprintf])
# Initialize libtool
AC_DISABLE_STATIC
--
1.7.9.4
next prev parent reply other threads:[~2012-03-26 0:35 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-26 0:33 [PATCH v2 1/3] drm/i915: add rc6 residency times to debugfs Ben Widawsky
2012-03-26 0:33 ` [PATCH 2/3] drm/i915: extract intel_enable_rc6() Ben Widawsky
2012-03-26 9:32 ` Daniel Vetter
2012-03-26 0:33 ` [PATCH v2 3/3] drm/i915: rc6 in sysfs Ben Widawsky
2012-03-26 0:33 ` Ben Widawsky [this message]
2012-03-26 0:33 ` [PATCH 2/3] drm/i915: extract card getting Ben Widawsky
2012-03-26 9:33 ` Daniel Vetter
2012-03-26 0:33 ` [PATCH v2 3/3] tests: rc6 residency test Ben Widawsky
2012-03-26 9:37 ` Daniel Vetter
2012-03-26 9:40 ` Daniel Vetter
2012-03-26 21:54 ` Ben Widawsky
2012-03-27 7:22 ` Daniel Vetter
2012-03-27 8:34 ` Daniel Vetter
2012-03-26 9:34 ` [PATCH v2 1/3] drm/i915: add rc6 residency times to debugfs Daniel Vetter
2012-03-26 12:33 ` Eugeni Dodonov
2012-03-26 16:49 ` Ben Widawsky
2012-03-26 22:34 ` Ben Widawsky
2012-03-26 23:04 ` Eugeni Dodonov
-- strict thread matches above, loose matches on Subject: below --
2012-03-28 1:59 [PATCH 1/2] " Ben Widawsky
2012-03-28 1:59 ` [PATCH 1/3] build: make sure we have asprintf Ben Widawsky
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=1332722012-4853-4-git-send-email-ben@bwidawsk.net \
--to=ben@bwidawsk.net \
--cc=intel-gfx@lists.freedesktop.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox