]> granicus.if.org Git - shadow/commitdiff
autoconf: fix cut-paste errors in btrfs detection
authorSerge Hallyn <shallyn@cisco.com>
Sat, 4 May 2019 02:09:58 +0000 (19:09 -0700)
committerSerge Hallyn <shallyn@cisco.com>
Sat, 4 May 2019 05:39:47 +0000 (22:39 -0700)
Signed-off-by: Serge Hallyn <shallyn@cisco.com>
configure.ac

index d75ba3f111905f5eab8a247eececa3907624dac2..66af70a25851e253a3d7975f628dc37ad851b375 100644 (file)
@@ -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])