src: use LIBC_SO and LIBNSL_SO from GNU libc, if available
[nss_wrapper.git] / ConfigureChecks.cmake
index 5bd69dba38ff78ae0e4f171e886c2239e4aa62ac..e74e83ee9084eaac547232919157f4050bdf4a0d 100644 (file)
@@ -54,6 +54,7 @@ check_include_file(shadow.h HAVE_SHADOW_H)
 check_include_file(grp.h HAVE_GRP_H)
 check_include_file(nss.h HAVE_NSS_H)
 check_include_file(nss_common.h HAVE_NSS_COMMON_H)
+check_include_file(gnu/lib-names.h HAVE_GNU_LIB_NAMES_H)
 
 # FUNCTIONS
 check_function_exists(strncpy HAVE_STRNCPY)