lkml.org 
[lkml]   [2011]   [Apr]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: non-linux fixup [was: util-linux v2.19.1-rc1]
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
\
 
 \ /
  Last update: 2011-04-20 15:59    [W:0.036 / U:0.364 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site