summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSamuel Thibault2011-04-20 15:57:12 +0200
committerKarel Zak2011-04-21 15:17:59 +0200
commitb875d536d94f1870c46c11e75d261b27660145c2 (patch)
treec7129b5bb37e27b22df59a3769a37d06cb2f0ae6 /configure.ac
parentlibmount: add support for x-* mount comments (diff)
downloadkernel-qcow2-util-linux-b875d536d94f1870c46c11e75d261b27660145c2.tar.gz
kernel-qcow2-util-linux-b875d536d94f1870c46c11e75d261b27660145c2.tar.xz
kernel-qcow2-util-linux-b875d536d94f1870c46c11e75d261b27660145c2.zip
build-sys: non-linux fixup
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 68f0abfde..eaab8aa7f 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