From b875d536d94f1870c46c11e75d261b27660145c2 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 20 Apr 2011 15:57:12 +0200 Subject: [PATCH] build-sys: non-linux fixup Signed-off-by: Samuel Thibault --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 68f0abfdee..eaab8aa7fc 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 -- 2.47.2