Branch: Tag:

2014-12-04

2014-12-04 19:23:23 by Marcus Comstedt <marcus@mc.pp.se>

configure: Don't execute $CFLAGS as a command

312:   # AC_PROG_CC won't modify CFLAGS if it's already set from the icc   # workaround test above, so we make sure it's always set and then   # modify CFLAGS ourselves afterwards. - ${CFLAGS:=} + : ${CFLAGS:=}      AC_PROG_CC   AC_PROG_CXX