mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 23:25:24 +00:00
configure: Fix --loader-nvram typo
(cherry picked from commit 714668b506
)
This commit is contained in:
parent
22b46ad765
commit
931a6985a8
@ -2811,7 +2811,7 @@ AC_ARG_WITH([loader-nvram],
|
|||||||
fi
|
fi
|
||||||
AC_DEFINE_UNQUOTED([DEFAULT_LOADER_NVRAM],
|
AC_DEFINE_UNQUOTED([DEFAULT_LOADER_NVRAM],
|
||||||
["$withval"],
|
["$withval"],
|
||||||
[List of laoder:nvram pairs])])
|
[List of loader:nvram pairs])])
|
||||||
|
|
||||||
# Some GNULIB base64 symbols clash with a kerberos library
|
# Some GNULIB base64 symbols clash with a kerberos library
|
||||||
AC_DEFINE_UNQUOTED([isbase64],[libvirt_gl_isbase64],[Hack to avoid symbol clash])
|
AC_DEFINE_UNQUOTED([isbase64],[libvirt_gl_isbase64],[Hack to avoid symbol clash])
|
||||||
|
Loading…
Reference in New Issue
Block a user