From 816220f90cbf017354848f5b270b082d6d03dc14 Mon Sep 17 00:00:00 2001 From: Serge Hallyn Date: Fri, 3 May 2019 19:09:58 -0700 Subject: [PATCH] autoconf: fix cut-paste errors in btrfs detection Signed-off-by: Serge Hallyn --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d75ba3f1..66af70a2 100644 --- a/configure.ac +++ b/configure.ac @@ -255,7 +255,7 @@ AC_ARG_WITH(libpam, [with_libpam=$withval], [with_libpam=maybe]) AC_ARG_WITH(btrfs, [AC_HELP_STRING([--with-btrfs], [add BtrFS support @<:@default=yes if found@:>@])], - [with_selinux=$withval], [with_selinux=maybe]) + [with_btrfs=$withval], [with_btrfs=maybe]) AC_ARG_WITH(selinux, [AC_HELP_STRING([--with-selinux], [use SELinux support @<:@default=yes if found@:>@])], [with_selinux=$withval], [with_selinux=maybe])