mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-02 22:03:48 +00:00
trivial: Fix typo in configure
Resolves: https://github.com/hughsie/fwupd/issues/6
This commit is contained in:
parent
63bbbf544f
commit
c3441c80c5
@ -147,7 +147,7 @@ else
|
||||
fi
|
||||
|
||||
# UEFI support
|
||||
AC_ARG_ENABLE(uefi, AS_HELP_STRING([--enable-uefi],[Enable ColorHug support]),
|
||||
AC_ARG_ENABLE(uefi, AS_HELP_STRING([--enable-uefi],[Enable UEFI support]),
|
||||
enable_uefi=$enableval, enable_uefi=yes)
|
||||
if test x$enable_uefi != xno; then
|
||||
PKG_CHECK_MODULES(UEFI, fwup)
|
||||
|
Loading…
Reference in New Issue
Block a user