On Sun, Dec 12, 2010 at 7:19 PM, Jammy Zhou <jammy.z...@linaro.org> wrote: > Hi Chia-I, > > Glad to see the fix goes so fast, thanks! I believe the direction is > promising. And I am not familiar with the mapi module of mesa, so just one > minor comment for the "glapi: Fix OpenGL and OpenGL ES interop" patch. > > For changes in configure.ac, please use \" instead of \', i.e, > GLAPI_OWNER='$(GL_LIB)' -> GLAPI_OWNER="$(GL_LIB)".
Sorry, but you do want single quotes here so that the variable doesn't get expanded until make does it. With double quotes, you'd be trying to run the shell function $(GL_LIB), which isn't a function. -- Dan _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev