mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
maint: fix typo in previous patch
Use correct variable name. * m4/virt-selinux.m4: Fix one last variable name.
This commit is contained in:
parent
b109c09765
commit
5fa10f3208
@ -29,7 +29,7 @@ AC_DEFUN([LIBVIRT_CHECK_SELINUX],[
|
||||
|
||||
if test "$with_selinux" = "yes"; then
|
||||
# libselinux changed signatures between 2.2 and 2.3
|
||||
AC_CACHE_CHECK([for selinux setcon parameter type], [lv_cv_setcon_param],
|
||||
AC_CACHE_CHECK([for selinux setcon parameter type], [lv_cv_setcon_const],
|
||||
[AC_COMPILE_IFELSE(
|
||||
[AC_LANG_PROGRAM(
|
||||
[[
|
||||
|
Loading…
Reference in New Issue
Block a user