[vlc-commits] configure: typo

Rémi Denis-Courmont git at videolan.org
Sun Aug 17 17:25:20 CEST 2014


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Aug 17 18:17:08 2014 +0300| [3591628bb42ae5665fc8786f2ef9b072503ac58b] | committer: Rémi Denis-Courmont

configure: typo

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

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index b69626d..6a07d9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -958,7 +958,7 @@ dnl Check for various optimization flags
 AS_IF([test "${enable_optimizations}" != "no"], [
 
   dnl -O4 and -O3 only in production builds
-  AS_IF([test "{enable_debug}" = "no"], [
+  AS_IF([test "${enable_debug}" = "no"], [
     VLC_SAVE_FLAGS
     CFLAGS="${CFLAGS} -O4"
     CXXFLAGS="${CXXFLAGS} -O4"



More information about the vlc-commits mailing list