Re: [Mesa-dev] [PATCH] configure: fix wrong variable name GLESv1_CM_LIB_DEPS

2010-07-30 Thread Kristian Høgsberg
On Fri, Jul 30, 2010 at 12:26 AM, Li Peng wrote: > GLESv1_CM_LIB_DEPS is defined in "configs/autoconf.in", > here we should use "GLESv1_LIB_DEPS" and set it in AC_SUBST It's the other way around, GLESv1_CM_LIB_DEPS is the right name. I updated the patch and pushed the fix. thanks, Kristian > S

[Mesa-dev] [PATCH] configure: fix wrong variable name GLESv1_CM_LIB_DEPS

2010-07-29 Thread Li Peng
GLESv1_CM_LIB_DEPS is defined in "configs/autoconf.in", here we should use "GLESv1_LIB_DEPS" and set it in AC_SUBST Signed-off-by: Li Peng --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 9619597..29b4284 100644 --- a/co