From ba876711dede0e15f0d8eded2aedcb33062d0946 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Thu, 11 Aug 2016 15:25:47 -0400 Subject: [PATCH] trivial: update version of fwupdate needed for UEFI_GUID It landed here: https://github.com/rhinstaller/fwupdate/commit/64b4cd53baa57352fa9b2459e804c4ea50d40299 which is after the version was declared as 5. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 98ab107ac..241b84985 100644 --- a/configure.ac +++ b/configure.ac @@ -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