[Xfce4-commits] [xfce/xfce4-session] 01/01: Add DragonflyBSD to host check

noreply at xfce.org noreply at xfce.org
Sun Aug 31 10:00:18 CEST 2014


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfce4-session.

commit 3463b5029708bd40eb97af3b5107680e5846a5a1
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Sun Aug 31 10:54:38 2014 +0300

    Add DragonflyBSD to host check
    
    This patch just maps the dragonfly host check to freebsd for
    suspend/hibernate. It's what dragonfly already has to do when
    building upower, we'll just add it upstream for Xfce.
---
 configure.ac.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac.in b/configure.ac.in
index 5279667..27f19f3 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -171,6 +171,7 @@ if test x$with_backend = x; then
 	AS_CASE([$host],
 		[*-linux*],   [with_backend=linux],
 		[*-*freebsd*], [with_backend=freebsd],
+		[*-*dragonfly*], [with_backend=freebsd],
 		[*-openbsd*], [with_backend=openbsd])
 fi
 AC_DEFINE_UNQUOTED(BACKEND, "$with_backend", [backend])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list