pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2017-07-14
2017-07-14 11:57:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a6dd14acb6f94ff0da131ace5eaccf480275ded4 (
5
lines) (+
5
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
Build: -std=c99 needs to be in $CPP too.
Potential fix for configuration failures on Solaris.
1651:
: fi
+
# NB: Both $CPP and $CC need to be configured to support
+
# the same version of the C standard. Otherwise there
+
# will be build failures on eg Solaris.
+
AC_SYS_COMPILER_FLAG(-std=c99, std_c99, CPP)
AC_SYS_COMPILER_FLAG(-std=c99, std_c99, CC) if test "x$with_gcov" = "xyes"; then