diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-09-17 00:21:25 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-09-17 00:21:25 +0200 |
commit | 4db17f291c627c885de668200ff8cce2e57c933f (patch) | |
tree | 5cda400014b64ee4c6d30473443693eb13d5773b /configure.ac | |
parent | 54693d9bfa855841e8097d7a6b8c8d7acc068004 (diff) |
build-sys: __secure_getenv lost dunder in libc 2.17
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index da550212eb..b9891369a1 100644 --- a/configure.ac +++ b/configure.ac @@ -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>]]) |