echo " E17 real data......: ${enable_benchmark_e17}"
fi
echo
-echo "CPU Specific Extensions:"
-echo
-echo " MMX..................: ${have_mmx}"
-echo " SSE..................: ${have_sse}"
-echo " SSE2.................: ${have_sse2}"
-echo " ALTIVEC..............: ${have_altivec}"
+echo " CPU Specific Extensions:"
+echo " MMX..................: ${have_mmx}"
+echo " SSE..................: ${have_sse}"
+echo " SSE2.................: ${have_sse2}"
+echo " ALTIVEC..............: ${have_altivec}"
echo
echo " Memory pools:"
echo " Chained pool.......: ${enable_chained_pool}"
echo " Fixed bitmap.......: ${enable_fixed_bitmap}"
echo " Pass through.......: ${enable_pass_through}"
echo
-echo " Installation.........: make install"
-echo
-echo " prefix.............: $prefix"
+echo "Compilation..........: make (or gmake)"
+echo " CPPFLAGS...........: $CPPFLAGS"
+echo " CFLAGS.............: $CFLAGS"
+echo " LDFLAGS............: $LDFLAGS"
echo
-echo "Now type 'make' ('gmake' on some systems) to compile $PACKAGE,"
-echo "and then afterwards as root (or the user who will install this), type"
-echo "'make install'. Change users with 'su' or 'sudo' appropriately."
+echo "Installation.........: make install (as root if needed, with 'su' or 'sudo')"
+echo " prefix.............: $prefix"
echo
if test "x${have_static_module}" = "xyes" ; then
echo -e "\0033\01331;31mWarning\0033\01331;0m: You are trying to link statically one or more modules to Eina."