URL: https://github.com/SSSD/sssd/pull/197
Title: #197: KCM responder

mzidek-rh commented:
"""
Actually we do check for libcurl in configure. The reproducer is:


$ sudo dnf remove libcurl-devel
$ configure | grep curl
configure: WARNING:
The libcurl development library was not found. Some features will be disabled.

$ make
<snip>
  CC       src/util/sssd_kcm-tev_curl.o
  CC       src/responder/common/sssd_kcm-negcache_files.o
  CC       src/responder/common/sssd_kcm-negcache.o
/home/user/gitrepo/sssd/src/util/tev_curl.c:32:23: fatal error: curl/curl.h: No 
such file or directory
 #include <curl/curl.h>



So we try to build some parts with curl even if curl is not available.
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/197#issuecomment-288135023
_______________________________________________
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