On 01/19/11 11:53 AM, Roberto Branciforti wrote:
> 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: Roberto Branciforti <[email protected]>
> ---
>  configure.ac |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index f35eb91..6ef023a 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -43,7 +43,7 @@ XORG_DEFAULT_OPTIONS
>  AM_CONFIG_HEADER(config.h)
>  
>  # checks for progs
> -AC_PROG_CC
> +#AC_PROG_CC
>  AC_PROG_LIBTOOL
>  AC_PROG_SED

We've been removing them completely in the other modules we've finished
this in, not just commenting them out.

-- 
        -Alan Coopersmith-        [email protected]
         Oracle Solaris Platform Engineering: X Window System

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to