Skip to content
Snippets Groups Projects
Commit e90bdc8d authored by O H's avatar O H Committed by Alexander Schwinn
Browse files

configure.ac: use AC_PROG_CC_C99


Various parts of Xfce, and libraries used by Xfce, already use C99 features.
Therefore it is reasonable to expect the availibility 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.

Signed-off-by: default avatarOlaf Hering <olaf@aepfle.de>
parent 3c780fda
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment