]> xenbits.xensource.com Git - libvirt.git/commitdiff
maint: fix typo in previous patch
authorEric Blake <eblake@redhat.com>
Wed, 28 May 2014 22:10:26 +0000 (16:10 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 29 May 2014 02:01:57 +0000 (20:01 -0600)
Use correct variable name.

* m4/virt-selinux.m4: Fix one last variable name.

m4/virt-selinux.m4

index 2764a304d70584a302734a2b35f33b2809db9054..357b758306f48cc35a8aed7f12a435d2463ab8bd 100644 (file)
@@ -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(
          [[