Commit c9e37cd8 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>
(cherry picked from commit c1df08645f506aff78b0aaab1609380d78b2551c)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 07fffc75
......@@ -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])
])
......
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