From 1af32e1e7364f80074b3a6687f6cb62f96371aa5 Mon Sep 17 00:00:00 2001
From: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
Date: Fri, 23 Jan 2015 20:25:31 -0500
Subject: [PATCH] doc: fix doxygen documentation generation from makefile

Refs #64665

Change-Id: I8da4217788733ce52bc457af6ddb52428a170f36
---
 daemon/configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemon/configure.ac b/daemon/configure.ac
index bcb9cd8663..99b79a1e66 100644
--- a/daemon/configure.ac
+++ b/daemon/configure.ac
@@ -552,7 +552,7 @@ AC_DEFUN([BB_ENABLE_DOXYGEN],
         AC_PATH_PROG(DOT, dot, , $PATH)
         test x$DOT = x -a "x$enable_dot" = xyes && AC_MSG_ERROR([could not find dot])
     fi
-    AM_CONDITIONAL(ENABLE_DOXYGEN, test x$DOXYGEN = xyes)
+    AM_CONDITIONAL(ENABLE_DOXYGEN, test "x$DOXYGEN" != "x")
 ])
 
 # Actually perform the doxygen check
-- 
GitLab