From: Samuel Thibault <samuel.thibault@ens-lyon.org>
To: Karel Zak <kzak@redhat.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: non-linux fixup [was: util-linux v2.19.1-rc1]
Date: Wed, 20 Apr 2011 15:57:12 +0200 [thread overview]
Message-ID: <20110420135712.GS7529@const.bordeaux.inria.fr> (raw)
In-Reply-To: <20110420121951.GB29492@nb.net.home>
[-- Attachment #1: Type: text/plain, Size: 60 bytes --]
Hello,
Could you apply the attached trivial fixup?
Samuel
[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 417 bytes --]
diff --git a/configure.ac b/configure.ac
index 68f0abf..eaab8aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -859,7 +859,7 @@ build_lsblk=yes
if test "x$have_openat" = xno; then
AC_MSG_WARN([openat() function not found; do not build lsblk])
build_lsblk=no
-elif test "x$have_linux" = xno; then
+elif test "x$linux_os" = xno; then
AC_MSG_WARN([non-linux system; do not build lsblk])
build_lsblk=no
fi
next prev parent reply other threads:[~2011-04-20 13:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-20 12:19 [ANNOUNCE] util-linux v2.19.1-rc1 Karel Zak
2011-04-20 13:57 ` Samuel Thibault [this message]
2011-04-21 13:28 ` non-linux fixup [was: util-linux v2.19.1-rc1] Karel Zak
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=20110420135712.GS7529@const.bordeaux.inria.fr \
--to=samuel.thibault@ens-lyon.org \
--cc=kzak@redhat.com \
--cc=linux-kernel@vger.kernel.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