]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: non-linux fixup
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 20 Apr 2011 13:57:12 +0000 (15:57 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 21 Apr 2011 13:17:59 +0000 (15:17 +0200)
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
configure.ac

index 68f0abfdeee43ab3ed8001604272dac6c18743a7..eaab8aa7fcb282805d16ec6ecc7852d46b3a6523 100644 (file)
@@ -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