trivial: update version of fwupdate needed for UEFI_GUID

It landed here:
64b4cd53ba
which is after the version was declared as 5.
This commit is contained in:
Mario Limonciello 2016-08-11 15:25:47 -04:00
parent 96e1ea6b26
commit ba876711de

View File

@ -181,7 +181,7 @@ if test x$enable_dell != xno; then
AC_DEFINE(HAVE_DELL,1,[Use Dell non-ESRT capsule support])
# check for ability to change GUID
PKG_CHECK_MODULES(UEFI_GUID, fwup >= 0.6,
PKG_CHECK_MODULES(UEFI_GUID, fwup >= 5,
has_uefi_guid=yes,
has_uefi_guid=no)
if test x$has_uefi_guid = xyes; then