0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-23 12:28:20 +02:00

configure.ac: Fix formatting.

This commit is contained in:
Jason Volk 2018-07-05 23:52:47 -07:00
parent 2d8c06ea82
commit b0afbbb25e

View file

@ -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"