[vlc-commits] configure: actually print selected optimization.

Konstantin Pavlov git at videolan.org
Mon Apr 4 22:54:33 CEST 2011


vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Tue Apr  5 00:19:21 2011 +0400| [4f06458c1e36cd8de58842ab06fe8f5be75cf3c6] | committer: Konstantin Pavlov

configure: actually print selected optimization.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4f06458c1e36cd8de58842ab06fe8f5be75cf3c6
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 7d95828..247d86d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4343,7 +4343,7 @@ build flavour         : "
 test "${enable_debug}" = "yes" && printf "debug "
 test "${enable_cprof}" = "yes" && printf "cprof "
 test "${enable_gprof}" = "yes" && printf "gprof "
-test "${enable_optimizations}" = "yes" && printf "optim "
+test "${enable_optimizations}" != "no" && printf ${enable_optimizations}
 echo ""
 if test "${enable_vlc}" != "no"; then
 echo "vlc aliases           :${ALIASES}"



More information about the vlc-commits mailing list