144
144
echo " * Installation prefix: $prefix"
145
145
echo " * System type: $host_vendor-$host_os"
146
147
echo " * Host CPU: $host_cpu"
147
148
echo " * C Compiler: $CC_VERSION"
148
149
echo " * C++ Compiler: $CXX_VERSION"
150
150
echo " * Assertions enabled: $ac_cv_assert"
151
151
echo " * Debug enabled: $with_debug"
152
152
echo " * Profiling enabled: $ac_profiling"
153
153
echo " * Coverage enabled: $ac_coverage"
154
154
echo " * Warnings as failure: $ac_cv_warnings_as_errors"