pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:23:23 by Marcus Comstedt <marcus@mc.pp.se>
703eed7fd6e5732395bf0d4c9607d5d8a838eb95 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
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