Commit 4f06458c authored by Konstantin Pavlov's avatar Konstantin Pavlov

configure: actually print selected optimization.

parent 60431b0a
...@@ -4343,7 +4343,7 @@ build flavour : " ...@@ -4343,7 +4343,7 @@ build flavour : "
test "${enable_debug}" = "yes" && printf "debug " test "${enable_debug}" = "yes" && printf "debug "
test "${enable_cprof}" = "yes" && printf "cprof " test "${enable_cprof}" = "yes" && printf "cprof "
test "${enable_gprof}" = "yes" && printf "gprof " test "${enable_gprof}" = "yes" && printf "gprof "
test "${enable_optimizations}" = "yes" && printf "optim " test "${enable_optimizations}" != "no" && printf ${enable_optimizations}
echo "" echo ""
if test "${enable_vlc}" != "no"; then if test "${enable_vlc}" != "no"; then
echo "vlc aliases :${ALIASES}" echo "vlc aliases :${ALIASES}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment