Branch: Tag:

2017-07-14

2017-07-14 11:57:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>

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