From 2a07424856cfa6ccf5712e977335849e4a0bf05c Mon Sep 17 00:00:00 2001 From: Roger Leigh Date: Sun, 8 Sep 2013 17:05:56 +0100 Subject: build: Drop check for btrfsctl --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index c7af6ccd..ec14c494 100644 --- a/configure.ac +++ b/configure.ac @@ -260,8 +260,7 @@ if test -z "$LVCREATE" || test -z "$LVREMOVE"; then fi HAVE_BTRFS="yes" AC_PATH_PROG([BTRFS], [btrfs], [], [$PATH:/sbin:/usr/sbin]) -AC_PATH_PROG([BTRFSCTL], [btrfsctl], [], [$PATH:/sbin:/usr/sbin]) -if test -z "$BTRFS" || test -z "$BTRFSCTL"; then +if test -z "$BTRFS"; then HAVE_BTRFS="no" fi HAVE_LOOPBACK="yes" -- cgit v1.2.3