From: Serge Hallyn Date: Sat, 4 May 2019 02:09:58 +0000 (-0700) Subject: autoconf: fix cut-paste errors in btrfs detection X-Git-Tag: 4.7~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=816220f90cbf017354848f5b270b082d6d03dc14;p=shadow autoconf: fix cut-paste errors in btrfs detection Signed-off-by: Serge Hallyn --- 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])