configure: Fix --loader-nvram typo

This commit is contained in:
Cole Robinson 2015-04-22 14:19:43 -04:00
parent 0898d818ee
commit 714668b506

View 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])