[vlc-commits] Fix typo in M4 Cxx flags macro

Faustino E. Osuna git at videolan.org
Mon Jan 2 14:31:38 CET 2012


vlc | branch: master | Faustino E. Osuna <enrique.osuna at gmail.com> | Mon Jan  2 14:30:48 2012 +0100| [c1df08645f506aff78b0aaab1609380d78b2551c] | committer: Jean-Baptiste Kempf

Fix typo in M4 Cxx flags macro

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 m4/flags.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/m4/flags.m4 b/m4/flags.m4
index e5def0b..920fd45 100644
--- a/m4/flags.m4
+++ b/m4/flags.m4
@@ -51,7 +51,7 @@ AC_DEFUN([RDC_PROG_CXX_FLAGS_IFELSE],
   ])
 
   ac_res=`eval echo '${'$as_ac_var'}'`
-  CFLAGS="${CFLAGS_save}"
+  CXXFLAGS="${CXXFLAGS_save}"
   AS_IF([test "${ac_res}" != "no"], [$2], [$3])
 ])
 



More information about the vlc-commits mailing list