build: Fix and prettify build option output
The documentation one was broken by the gtk-doc changes, and let's align things.
This commit is contained in:
parent
e5d9bd97aa
commit
12ccbffad7
14
configure.ac
14
configure.ac
|
|
@ -137,13 +137,13 @@ echo "
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
|
||||||
embedded dependencies: $enable_embedded_dependencies
|
embedded dependencies: $enable_embedded_dependencies
|
||||||
introspection: $found_introspection
|
introspection: $found_introspection
|
||||||
libsoup (retrieve remote HTTP repositories): $with_soup
|
libsoup (retrieve remote HTTP repositories): $with_soup
|
||||||
libarchive (parse tar files directly): $with_libarchive
|
libarchive (parse tar files directly): $with_libarchive
|
||||||
documentation: $enable_documentation
|
documentation: $enable_gtk_doc
|
||||||
dracut: $with_dracut"
|
dracut: $with_dracut"
|
||||||
AS_IF([test "x$with_dracut" = "xyes"], [
|
AS_IF([test "x$with_dracut" = "xyes"], [
|
||||||
echo " systemd unit dir: $with_systemdsystemunitdir"
|
echo " systemd unit dir: $with_systemdsystemunitdir"
|
||||||
])
|
])
|
||||||
echo ""
|
echo ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue