Fix committed, thanks!

  == Matthew

On Thu, 2007-11-29 at 01:07 +0100, Damien Lespiau wrote:
> Hi all,
> 
> A little patch against SVN HEAD to fix a typo.
> 
> Index: configure.ac
> ===================================================================
> --- configure.ac        (revision 1669)
> +++ configure.ac        (working copy)
> @@ -231,7 +231,7 @@
>      CLUTTER_COGL="gles"
>      AC_DEFINE([HAVE_COGL_GLES], 1, [Have GL/ES for rendering])
> 
> -    AC_CHECK_HEADERS([clutter_gl_header],,
> +    AC_CHECK_HEADERS([$clutter_gl_header],,
>                       [AC_MSG_ERROR([Unable to locate require GL header])])
>      AC_CHECK_HEADERS([GLES/egl.h],,
>                      [AC_MSG_ERROR([Unable to locate required GLES headers])])
> 
> 

-- 
To unsubscribe send a mail to [EMAIL PROTECTED]

Reply via email to