diff --git a/configure.ac b/configure.ac index 7a39e3ba4..ca4f94aa5 100644 --- a/configure.ac +++ b/configure.ac @@ -1686,15 +1686,15 @@ echo "Host OS ........................... $host_os" echo "Compiler .......................... $CXX" echo "Compiler flags (CXXFLAGS) ......... $CXXFLAGS" echo "Building boost .................... $with_included_boost" -echo "Building RocksDB................... $with_included_rocksdb" +echo "Building RocksDB .................. $with_included_rocksdb" echo "Building JS (SpiderMonkey) ........ $with_included_js" echo "Ziplinks (libz) support ........... $zlib" echo "LZ4 support ....................... $lz4" echo "Snappy support .................... $snappy" echo "GNU MP support .................... $have_gmp" echo "Sodium support .................... $have_sodium" -echo "SSL support........................ $SSL_TYPE" -echo "Magic support...................... $have_magic" +echo "SSL support ....................... $SSL_TYPE" +echo "Magic support ..................... $have_magic" echo "Linux AIO support ................. $aio" echo "IPv6 support ...................... $ipv6" echo "Precompiled headers ............... $build_pch"