[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Add bitrig to backend detection (Bug #12242)
noreply at xfce.org
noreply at xfce.org
Mon Jan 25 21:59:41 CET 2016
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository xfce/xfce4-power-manager.
commit 7f294512f4e6dc32951bb36d06492adacc4a031a
Author: Martin Natano <natanoptacek at gmail.com>
Date: Mon Jan 25 21:58:16 2016 +0100
Add bitrig to backend detection (Bug #12242)
---
configure.ac.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac.in b/configure.ac.in
index 86669d6..5fc8425 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -179,7 +179,7 @@ if test x$with_backend = x; then
[*-linux*], [with_backend=linux],
[*-*freebsd*], [with_backend=freebsd],
[*-*dragonfly*], [with_backend=freebsd],
- [*-openbsd*], [with_backend=openbsd])
+ [*-openbsd*|*-bitrig*], [with_backend=openbsd])
fi
AC_DEFINE_UNQUOTED(BACKEND, "$with_backend", [backend])
AC_SUBST(BACKEND, "$with_backend")
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list