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
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ fi
dnl ********************************
dnl *** Check for basic programs ***
dnl ********************************
AC_PROG_CC()
AC_PROG_CC_C99
AC_PROG_LD()
AM_PROG_CC_C_O()
AC_PROG_INSTALL()
......
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