]> err.no Git - util-linux/commitdiff
build-sys: fix BUILD_PIVOT_ROOT condition
authorKarel Zak <kzak@redhat.com>
Tue, 6 Oct 2009 19:57:48 +0000 (21:57 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 6 Oct 2009 19:57:48 +0000 (21:57 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac

index 19af11ed0b8d0e63ab8a8ccfc5b357233e759ffe..7bf8bcd4f4de7286781406520859b4ca3cfaeb3d 100644 (file)
@@ -703,7 +703,7 @@ else
     esac
   fi
 fi
-AM_CONDITIONAL(BUILD_UNSHARE, test "x$build_pivot_root" = xyes)
+AM_CONDITIONAL(BUILD_PIVOT_ROOT, test "x$build_pivot_root" = xyes)
 
 
 AC_ARG_ENABLE([fallocate],