diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-19 14:04:47 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-19 14:08:13 +0200 |
commit | b74a52256ac71d68e9f004ed8d05b84e50660023 (patch) | |
tree | 485a3cf7999f2ac817101f216cc9118a4388e9bc /configure.ac | |
parent | 2d6501f319d7893ec02dcf75dc38e14315c2db31 (diff) |
Remove librt check
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index f8dc17f04a..383863bbee 100644 --- a/configure.ac +++ b/configure.ac @@ -238,12 +238,6 @@ AC_SEARCH_LIBS([cap_init], [cap], [], [AC_MSG_ERROR([*** POSIX caps library not CAP_LIBS="$LIBS" AC_SUBST(CAP_LIBS) -LIBS= -AC_SEARCH_LIBS([mq_open], [rt], [], [AC_MSG_ERROR([*** POSIX RT library not found])]) -RT_LIBS="$LIBS" -AC_SUBST(RT_LIBS) -LIBS="$save_LIBS" - AC_CHECK_FUNCS([memfd_create]) AC_CHECK_FUNCS([__secure_getenv secure_getenv]) AC_CHECK_DECLS([gettid, pivot_root, name_to_handle_at, setns, getrandom, renameat2, kcmp, LO_FLAGS_PARTSCAN], |