Drop checks for redundant selabel symbols

These have all been there for ages, ensuring that selabel_open is
there is quite adequate.
This commit is contained in:
Panu Matilainen 2022-06-16 09:12:26 +03:00
parent 7894a244f6
commit de7e2230be
1 changed files with 0 additions and 4 deletions

View File

@ -647,10 +647,6 @@ AS_IF([test "$with_selinux" = yes],[
AC_CHECK_HEADER([selinux/label.h],[
save_LIBS="$LIBS"
AC_CHECK_LIB([selinux],[selabel_close],[],[
AC_MSG_ERROR([--with-selinux given, but selabel_close not found in libselinux])])
AC_CHECK_LIB([selinux],[selabel_lookup_raw],[],[
AC_MSG_ERROR([--with-selinux given, but selabel_lookup_raw not found in libselinux])])
AC_CHECK_LIB([selinux],[selabel_open],[],[
AC_MSG_ERROR([--with-selinux given, but selabel_open not found in libselinux])])
LIBS="$save_LIBS"