mesa: Fix typo in autoconf.in that made talloc cflags still detect at runtime.

This commit is contained in:
Eric Anholt
2010-08-22 18:53:33 -07:00
parent cfc4d86656
commit 27e931f679

View File

@@ -35,7 +35,7 @@ GLW_CFLAGS = @GLW_CFLAGS@
GLUT_CFLAGS = @GLUT_CFLAGS@
TALLOC_LIBS = @TALLOC_LIBS@
TALLOC_FLAGS = @TALLOC_CFLAGS@
TALLOC_CFLAGS = @TALLOC_CFLAGS@
# dlopen
DLOPEN_LIBS = @DLOPEN_LIBS@