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
This commit is contained in:
parent
e8859fca3e
commit
cf943f682b
|
@ -531,7 +531,7 @@ Platform shapers (not normally needed):
|
||||||
DirectWrite: ${have_directwrite}
|
DirectWrite: ${have_directwrite}
|
||||||
|
|
||||||
Other features:
|
Other features:
|
||||||
Documentation: ${have_gtk_doc}
|
Documentation: ${enable_gtk_doc}
|
||||||
GObject bindings: ${have_gobject}
|
GObject bindings: ${have_gobject}
|
||||||
Introspection: ${have_introspection}
|
Introspection: ${have_introspection}
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in New Issue