diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-04-10 22:58:40 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-04-10 23:00:07 +0200 |
commit | 733dbdc53425a00ac95328ef531bbfce263df5ec (patch) | |
tree | 49a23599fa8adec07f3a96a6d5397ca65f142e7e /src/shared/efivars.h | |
parent | 2e036c4eae2ed43b1f98124660680e9577f0ffef (diff) |
efivars: fix build for non-efi
Diffstat (limited to 'src/shared/efivars.h')
-rw-r--r-- | src/shared/efivars.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/efivars.h b/src/shared/efivars.h index aad499362b..e953a12737 100644 --- a/src/shared/efivars.h +++ b/src/shared/efivars.h @@ -32,7 +32,7 @@ #define EFI_VARIABLE_BOOTSERVICE_ACCESS 0x0000000000000002 #define EFI_VARIABLE_RUNTIME_ACCESS 0x0000000000000004 -#ifdef HAVE_EFI +#ifdef ENABLE_EFI bool is_efi_boot(void); bool is_efi_secure_boot(void); |