summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/external/cifsidmap.m45
1 files changed, 4 insertions, 1 deletions
diff --git a/src/external/cifsidmap.m4 b/src/external/cifsidmap.m4
index 53cb8b778..0aac8fa9d 100644
--- a/src/external/cifsidmap.m4
+++ b/src/external/cifsidmap.m4
@@ -6,7 +6,10 @@ AC_ARG_ENABLE([cifs-idmap-plugin],
AS_IF([test x$build_cifs_idmap_plugin = xyes],
[AC_CHECK_HEADER([cifsidmap.h], [],
- [AC_MSG_ERROR([you must have the cifsidmap header installed to build the idmap plugin])])
+ [AC_MSG_ERROR([
+You must have the cifsidmap header installed to build the idmap plugin.
+If you want to build sssd withoud cifsidmap plugin then specify
+--disable-cifs-idmap-plugin when running configure.])])
])
AM_CONDITIONAL([BUILD_CIFS_IDMAP_PLUGIN],