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:
parent
7894a244f6
commit
de7e2230be
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue