On Fri, 22 Nov 2013 17:26:58 +
Daniel Stone wrote:
> Hi,
>
> On 22 November 2013 15:30, wrote:
> > The symbol is needed only for the EGL buffer path. If --disable-egl is
> > given to ./configure, there is no need for it, so fix it to actually not
> > look for that symbol needlessly.
> >
>
Kristian Høgsberg writes:
> That's a nice idea. Could we just generate it from configure.ac by
> listing it in AC_CONFIG_FILES?
Sadly that doesn't work because the autoconf expansions still include
variables for make. Eg, @bindir@ expands to ${exec_prefix}/bin. I think
that is needed so that yo