]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
configure: Fix --loader-nvram typo
authorCole Robinson <crobinso@redhat.com>
Wed, 22 Apr 2015 18:19:43 +0000 (14:19 -0400)
committerCole Robinson <crobinso@redhat.com>
Tue, 28 Apr 2015 00:22:54 +0000 (20:22 -0400)
(cherry picked from commit 714668b506695b7902851912f58f1d8c20985e5a)

configure.ac

index b3e99e780ce90723454020e56b9ff82715996174..4a1e3635b349cd84d32e689089f03975ce8d07fd 100644 (file)
@@ -2811,7 +2811,7 @@ AC_ARG_WITH([loader-nvram],
       fi
       AC_DEFINE_UNQUOTED([DEFAULT_LOADER_NVRAM],
                           ["$withval"],
-                          [List of laoder:nvram pairs])])
+                          [List of loader:nvram pairs])])
 
 # Some GNULIB base64 symbols clash with a kerberos library
 AC_DEFINE_UNQUOTED([isbase64],[libvirt_gl_isbase64],[Hack to avoid symbol clash])