From: Eric Blake Date: Wed, 28 May 2014 22:10:26 +0000 (-0600) Subject: maint: fix typo in previous patch X-Git-Tag: v1.2.5-rc2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fa10f3208619b6dff344ebb15d58822d7246c89;p=thirdparty%2Flibvirt.git maint: fix typo in previous patch Use correct variable name. * m4/virt-selinux.m4: Fix one last variable name. --- 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( [[