[vlc-commits] configure: typo
Rémi Denis-Courmont
git at videolan.org
Wed Aug 20 01:53:43 CEST 2014
vlc/vlc-2.2 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Aug 17 18:17:08 2014 +0300| [8f22d43352af3ba0d98c7f358a31e664c6ed0d5e] | committer: Jean-Baptiste Kempf
configure: typo
(cherry picked from commit 3591628bb42ae5665fc8786f2ef9b072503ac58b)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=8f22d43352af3ba0d98c7f358a31e664c6ed0d5e
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index d0d0eca..c2b6800 100644
--- a/configure.ac
+++ b/configure.ac
@@ -946,7 +946,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