Re: non-linux fixup [was: util-linux v2.19.1-rc1]

From: Samuel Thibault
Date: Wed Apr 20 2011 - 09:57:24 EST


Hello,

Could you apply the attached trivial fixup?

Samuel
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