Commit c1df0864 authored by Faustino E. Osuna's avatar Faustino E. Osuna Committed by Jean-Baptiste Kempf

Fix typo in M4 Cxx flags macro

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 4b21b04e
...@@ -51,7 +51,7 @@ AC_DEFUN([RDC_PROG_CXX_FLAGS_IFELSE], ...@@ -51,7 +51,7 @@ AC_DEFUN([RDC_PROG_CXX_FLAGS_IFELSE],
]) ])
ac_res=`eval echo '${'$as_ac_var'}'` ac_res=`eval echo '${'$as_ac_var'}'`
CFLAGS="${CFLAGS_save}" CXXFLAGS="${CXXFLAGS_save}"
AS_IF([test "${ac_res}" != "no"], [$2], [$3]) AS_IF([test "${ac_res}" != "no"], [$2], [$3])
]) ])
......
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