Commit 93202a75 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Do not assume that CXXFLAGS and OBJCFLAGS accept anything that CFLAGS does

parent a58c71cc
......@@ -24,8 +24,6 @@ AC_DEFUN([RDC_PROG_CC_FLAGS_IFELSE],
ac_res=`eval echo '${'$as_ac_var'}'`
AS_IF([test "${ac_res}" != "no"], [
CFLAGS="${CFLAGS_save} $1"
CXXFLAGS="${CXXFLAGS} $1"
OBJCFLAGS="${OBJCFLAGS} $1"
$2
], [
CFLAGS="${CFLAGS_save}"
......
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