mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-08 06:38:08 +02:00
trivial: fix up a trivial typo in the last commit
Thanks to Emilio López for spotting it!
This commit is contained in:
parent
c08c35f762
commit
bc7ffea5de
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ if test x$with_backend = x; then
|
|||
AS_CASE([$host],
|
||||
[*-linux*], [with_backend=linux],
|
||||
[*-freebsd*], [with_backend=freebsd],
|
||||
[*-openbsd*], [with_backedn=openbsd],
|
||||
[*-openbsd*], [with_backend=openbsd],
|
||||
[with_backend=dummy])
|
||||
fi
|
||||
AC_DEFINE_UNQUOTED(BACKEND, "$with_backend", [backend])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue