From: Khaled Hosny Date: Sun, 4 Feb 2018 10:05:12 +0000 (+0200) Subject: Correctly show documentation build status X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf943f682bcdd73e3ad1f6108c1a1870b991d5e4;p=platform%2Fupstream%2FlibHarfBuzzSharp.git 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 --- 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} ])