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

Avoid flags duplication when configure cache not present

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