From: Cole Robinson Date: Wed, 22 Apr 2015 18:19:43 +0000 (-0400) Subject: configure: Fix --loader-nvram typo X-Git-Tag: v1.2.13.1~81 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=931a6985a88e7f3b44824d0276a587344d5f5732;p=thirdparty%2Flibvirt.git configure: Fix --loader-nvram typo (cherry picked from commit 714668b506695b7902851912f58f1d8c20985e5a) --- diff --git a/configure.ac b/configure.ac index b3e99e780c..4a1e3635b3 100644 --- a/configure.ac +++ b/configure.ac @@ -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])