]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/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>
Wed, 22 Apr 2015 18:19:43 +0000 (14:19 -0400)
configure.ac

index aed093421cdb3285d4ae5fb9942a6b5c0f458233..7f6fd7cc76b4512ff73cfa3b8f466ad6c64143a2 100644 (file)
@@ -2776,7 +2776,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])