Skip to content

Commit

Permalink
Fix typo in M4 Cxx flags macro
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
  • Loading branch information
feosuna1 authored and jbkempf committed Jan 2, 2012
1 parent 4b21b04 commit c1df086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/flags.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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])
])

Expand Down

0 comments on commit c1df086

Please sign in to comment.