pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2013-05-11
2013-05-11 13:08:29 by Marcus Comstedt <marcus@mc.pp.se>
b33bcc824c30730b7be6a4b7e1f994e2e1211266 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
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