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 | |
parent | 2d6501f319d7893ec02dcf75dc38e14315c2db31 (diff) |
Remove librt check
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index 354cbf8777..635735aee8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -757,7 +757,6 @@ BUILT_SOURCES += \ libelogind_internal_la_LIBADD = \ - $(RT_LIBS) \ libelogind-shared.la libelogind_internal_la_LDFLAGS = \ 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], |