Skip to content
Snippets Groups Projects
Commit b865861d authored by Gaetan Nadon's avatar Gaetan Nadon
Browse files

config: remove AC_PROG_CC as it overrides AC_PROG_C_C99


XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
AC_PROG_C_C99. This sets gcc with -std=gnu99.
If AC_PROG_CC macro is called afterwards, it resets CC to gcc.

Signed-off-by: default avatarGaetan Nadon <memsize@videotron.ca>
parent 09d2ddd8
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,6 @@ XORG_DEFAULT_OPTIONS
AM_CONFIG_HEADER(config.h)
# Check for progs
AC_PROG_CC
AC_PROG_LIBTOOL
# Check for dependencies
......
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