summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2014-03-21 14:36:54 +0000
committerDamien Lespiau <damien.lespiau@intel.com>2014-03-21 15:53:48 +0000
commitc196c14319b8aae6369a9ce0ba349416847105a7 (patch)
tree3f0dfedc518f2f2fc8e61eefe9c88a32f23756de /configure.ac
parent20dbc5d4cfb51152278a2ad4627d1db102bf9225 (diff)
build: Define enable_gtk_doc when the m4 macro is missing
For setups where we don't have gtk-doc installed, ie when the GTK_DOC_CHECK macro doesn't expand, we still need to populate the enable_gtk_doc variable to provide a value to the configure summary. Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 21420da3..b71b1005 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,6 +47,7 @@ m4_ifdef([GTK_DOC_CHECK], [
GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
],[
AM_CONDITIONAL([ENABLE_GTK_DOC], false)
+enable_gtk_doc=no
])