From 931a6985a88e7f3b44824d0276a587344d5f5732 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Wed, 22 Apr 2015 14:19:43 -0400 Subject: [PATCH] configure: Fix --loader-nvram typo (cherry picked from commit 714668b506695b7902851912f58f1d8c20985e5a) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])