From 5fa10f3208619b6dff344ebb15d58822d7246c89 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 28 May 2014 16:10:26 -0600 Subject: [PATCH] maint: fix typo in previous patch Use correct variable name. * m4/virt-selinux.m4: Fix one last variable name. --- m4/virt-selinux.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/virt-selinux.m4 b/m4/virt-selinux.m4 index 2764a304d7..357b758306 100644 --- a/m4/virt-selinux.m4 +++ b/m4/virt-selinux.m4 @@ -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( [[