Skip to content

configure.ac: use AC_PROG_CC_C99

Ghost User requested to merge (removed):c99 into master

Various parts of Xfce, and libraries used by Xfce, already use C99 features. Therefore it is reasonable to expect the availability of a capable compiler. Current GCC releases silently default to newer C standards, starting with gcc-5 which defaults to C11.

Replace AC_PROG_CC with AC_PROG_CC_C99 to switch the discovered, or specified, compiler to C99.

Based on: xfce4-cpugraph-plugin!37 (merged)

Co-authored-by: Olaf Hering

Edited by Ghost User

Merge request reports