build-sys: non-linux fixup

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
This commit is contained in:
Samuel Thibault 2011-04-20 15:57:12 +02:00 committed by Karel Zak
parent 699abc8381
commit b875d536d9
1 changed files with 1 additions and 1 deletions

View 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