]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
efivars: fix build for non-efi
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Fri, 10 Apr 2015 20:58:40 +0000 (22:58 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Fri, 10 Apr 2015 21:00:07 +0000 (23:00 +0200)
src/shared/efivars.h

index aad499362b3921d42ba36c28d95ea0021e79ca22..e953a12737e066caf02eb7749bc80e6f2e031e16 100644 (file)
@@ -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);