Blame SOURCES/0007-aclocal-fix-typo-in-idmap.m4.patch

25fd3e
From 2c907f120c77166e44e645e46a8fa1218f25bb5d Mon Sep 17 00:00:00 2001
25fd3e
From: Jeff Layton <jlayton@samba.org>
25fd3e
Date: Tue, 12 Jul 2016 16:53:25 -0400
25fd3e
Subject: [PATCH 07/12] aclocal: fix typo in idmap.m4
25fd3e
25fd3e
We really don't want to do the same check twice.
25fd3e
25fd3e
Signed-off-by: Jeff Layton <jlayton@samba.org>
25fd3e
(cherry picked from commit bbbf7133aec555c5d27ee3163d6045ecfc4673d9)
25fd3e
25fd3e
Resolves bz: 1427337
25fd3e
25fd3e
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
25fd3e
---
25fd3e
 aclocal/idmap.m4 | 2 +-
25fd3e
 1 file changed, 1 insertion(+), 1 deletion(-)
25fd3e
25fd3e
diff --git a/aclocal/idmap.m4 b/aclocal/idmap.m4
25fd3e
index 3ccdae3..4e16a46 100644
25fd3e
--- a/aclocal/idmap.m4
25fd3e
+++ b/aclocal/idmap.m4
25fd3e
@@ -19,7 +19,7 @@ if test $enable_cifsidmap != "no" -o $enable_cifsacl != "no"; then
25fd3e
 			])
25fd3e
 fi
25fd3e
 
25fd3e
-if test $enable_cifsacl != "no" -o $enable_cifsacl != "no"; then
25fd3e
+if test $enable_cifsidmap != "no" -o $enable_cifsacl != "no"; then
25fd3e
 	ac_wbc_save_LDFLAGS="$LDFLAGS"
25fd3e
 	ac_wbc_save_LIBS="$LIBS"
25fd3e
 	LDFLAGS="$LDFLAGS $WBCLIENT_LIBS"
25fd3e
-- 
25fd3e
2.9.3
25fd3e