Correctly show documentation build status
authorKhaled Hosny <khaledhosny@eglug.org>
Sun, 4 Feb 2018 10:05:12 +0000 (12:05 +0200)
committerBehdad Esfahbod <behdad@behdad.org>
Sun, 4 Feb 2018 17:36:37 +0000 (12:36 -0500)
Correctly show if building documentation is enabled or not in configure
summary.

Fixes https://github.com/harfbuzz/harfbuzz/issues/741

configure.ac

index d799cab..c2257ee 100644 (file)
@@ -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}
 ])