URL: https://github.com/SSSD/sssd/pull/81
Title: #81: Please see the commit message, the fix is hopefully simple

fidencio commented:
"""
So, AFAIU what's is missing is this small patch:

```
[ffidenci@cat x86_64]$ git diff
diff --git a/src/external/inotify.m4 b/src/external/inotify.m4
index bcf9408..25259a8 100644
--- a/src/external/inotify.m4
+++ b/src/external/inotify.m4
@@ -7,7 +7,7 @@ AC_DEFUN([AM_CHECK_INOTIFY],
     AC_LINK_IFELSE(
         [AC_LANG_SOURCE([
 #ifdef HAVE_SYS_INOTIFY_H
-#include <sys/inotify.h>,
+#include <sys/inotify.h>
 #endif
 int main () {
     return (-1 == inotify_init());
```

Feel free to use the gist above as a different patch (I don't care about the 
ownership).

For future interactions would be way simpler if the reviewer could just push 
the patch with the simple fix and point it in the review instead of having it 
blocked here for a few days.
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/81#issuecomment-261929087
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

Reply via email to