diff options
-rw-r--r-- | aclocal/idmap.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/idmap.m4 b/aclocal/idmap.m4 index 3ccdae3..4e16a46 100644 --- a/aclocal/idmap.m4 +++ b/aclocal/idmap.m4 @@ -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" |