aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-04-19 14:22:47 +0200
committerAleksander Morgado <aleksander@aleksander.es>2020-04-19 14:24:00 +0200
commitac92c324ef72505f08888ce710e70aef1f284c7f (patch)
tree2fcac46784a492e2a12524f4e81c580e8fa6fe17 /configure.ac
parent401fdec82c3516ce439b7442fba5a705ba7243cf (diff)
build: fix default gtk-doc generation
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ef05e91..3aa1f3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -175,7 +175,7 @@ esac
dnl Documentation
GTK_DOC_CHECK(1.0)
if test "x$enable_gtk_doc" = "xyes"; then
- if test "x$QMI_COLLECTION_NAME" != "x"; then
+ if test "x$QMI_COLLECTION_NAME" != "xfull"; then
AC_MSG_WARN([Cannot build gtk-doc when using an explicit message collection.])
enable_gtk_doc=no
fi