From cf943f682bcdd73e3ad1f6108c1a1870b991d5e4 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sun, 4 Feb 2018 12:05:12 +0200 Subject: [PATCH] Correctly show documentation build status Correctly show if building documentation is enabled or not in configure summary. Fixes https://github.com/harfbuzz/harfbuzz/issues/741 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d799cab..c2257ee 100644 --- a/configure.ac +++ b/configure.ac @@ -531,7 +531,7 @@ Platform shapers (not normally needed): DirectWrite: ${have_directwrite} Other features: - Documentation: ${have_gtk_doc} + Documentation: ${enable_gtk_doc} GObject bindings: ${have_gobject} Introspection: ${have_introspection} ]) -- 2.7.4