commit | cf943f682bcdd73e3ad1f6108c1a1870b991d5e4 | [log] [tgz] |
---|---|---|
author | Khaled Hosny <khaledhosny@eglug.org> | Sun Feb 04 12:05:12 2018 +0200 |
committer | Behdad Esfahbod <behdad@behdad.org> | Sun Feb 04 12:36:37 2018 -0500 |
tree | c598c41a10b188288329535d54b3c659eeae2612 | |
parent | e8859fca3eafb5aab6d029563b31219ccca0d673 [diff] [blame] |
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 @@ DirectWrite: ${have_directwrite} Other features: - Documentation: ${have_gtk_doc} + Documentation: ${enable_gtk_doc} GObject bindings: ${have_gobject} Introspection: ${have_introspection} ])