config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Fri, 14 Jan 2011 06:05:02 +0000 (22:05 -0800)
committerAlan Coopersmith <alan.coopersmith@oracle.com>
Fri, 14 Jan 2011 06:05:02 +0000 (22:05 -0800)
commit5fdae72cc62f4341ae5fa0b7696809d4ccd1bd32
tree5b2d061a77175332a07e76557e12c97492943463
parent48d08f09e36d4aa8e02812874794937d7c778b43
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: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
configure.ac