chiark / gitweb /
core: move ManagerRunningAs to shared
[elogind.git] / configure.ac
index da550212ebcc9bb31cfdaf9aca863bd5e12dc4bd..b9891369a14ed9c038c3b2ae4a133cd60150ccf8 100644 (file)
@@ -173,6 +173,7 @@ LIBS="$save_LIBS"
 AC_SUBST(CAP_LIBS)
 
 AC_CHECK_FUNCS([fanotify_init fanotify_mark name_to_handle_at])
+AC_CHECK_FUNCS([__secure_getenv secure_getenv])
 AC_CHECK_DECLS([gettid, pivot_root], [], [], [[#include <sys/types.h>
 #include <unistd.h>
 #include <sys/mount.h>]])