[Mesa-dev] [PATCH] build: Check for bison-generated file before bailing because of no bison

Ian Romanick idr at freedesktop.org
Wed Aug 22 18:32:25 PDT 2012


On 08/22/2012 05:01 PM, Matt Turner wrote:
> .y/.c was a typo.

Lol.  This patch is

Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

I can't really comment on the other one.  I don't know anything about 
the OpenVG code.

> ---
>   configure.ac |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 9bf4e1e..5a83241 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -55,7 +55,7 @@ fi
>
>   AC_PROG_YACC
>   AC_PATH_PROG([YACC_INST], $YACC)
> -if test ! -f "$srcdir/src/glsl/glcpp/glcpp-parse.y"; then
> +if test ! -f "$srcdir/src/glsl/glcpp/glcpp-parse.c"; then
>       if test -z "$YACC_INST"; then
>           AC_MSG_ERROR([yacc not found - unable to compile glcpp-parse.y])
>       fi
>




More information about the mesa-dev mailing list