From 27e931f679f373dd93896ca78c34ef71e3dd7068 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sun, 22 Aug 2010 18:53:33 -0700 Subject: mesa: Fix typo in autoconf.in that made talloc cflags still detect at runtime. --- configs/autoconf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs') diff --git a/configs/autoconf.in b/configs/autoconf.in index 305a3a4c3f..10d311fa4d 100644 --- a/configs/autoconf.in +++ b/configs/autoconf.in @@ -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@ -- cgit v1.2.3