diff options
-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], |