summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-08-17 15:21:31 -0400
committerColin Walters <walters@verbum.org>2013-08-17 15:21:31 -0400
commit12ccbffad7acf2f339c16fdaa1ae5a8ee20904eb (patch)
tree339d8747dbcee4cda45cc5cd149c2bfe258e4db9
parente5d9bd97aa724f6a6d05d945092382cd2eb5ccbf (diff)
downloadostree-12ccbffad7acf2f339c16fdaa1ae5a8ee20904eb.tar.gz
build: Fix and prettify build option output
The documentation one was broken by the gtk-doc changes, and let's align things.
-rw-r--r--configure.ac14
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 54923513..49d38b67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -137,13 +137,13 @@ echo "
===============
- embedded dependencies: $enable_embedded_dependencies
- introspection: $found_introspection
- libsoup (retrieve remote HTTP repositories): $with_soup
- libarchive (parse tar files directly): $with_libarchive
- documentation: $enable_documentation
- dracut: $with_dracut"
+ embedded dependencies: $enable_embedded_dependencies
+ introspection: $found_introspection
+ libsoup (retrieve remote HTTP repositories): $with_soup
+ libarchive (parse tar files directly): $with_libarchive
+ documentation: $enable_gtk_doc
+ dracut: $with_dracut"
AS_IF([test "x$with_dracut" = "xyes"], [
- echo " systemd unit dir: $with_systemdsystemunitdir"
+ echo " systemd unit dir: $with_systemdsystemunitdir"
])
echo ""