aclocal: fix typo in idmap.m4
authorJeff Layton <jlayton@samba.org>
Tue, 12 Jul 2016 20:53:25 +0000 (16:53 -0400)
committerJeff Layton <jlayton@samba.org>
Tue, 12 Jul 2016 20:57:32 +0000 (16:57 -0400)
We really don't want to do the same check twice.

Signed-off-by: Jeff Layton <jlayton@samba.org>
aclocal/idmap.m4

index 3ccdae3ab968203e43b1cc8eec806d9de3922790..4e16a46568a158e58f312875af4991904044268e 100644 (file)
@@ -19,7 +19,7 @@ if test $enable_cifsidmap != "no" -o $enable_cifsacl != "no"; then
                        ])
 fi
 
-if test $enable_cifsacl != "no" -o $enable_cifsacl != "no"; then
+if test $enable_cifsidmap != "no" -o $enable_cifsacl != "no"; then
        ac_wbc_save_LDFLAGS="$LDFLAGS"
        ac_wbc_save_LIBS="$LIBS"
        LDFLAGS="$LDFLAGS $WBCLIENT_LIBS"