mesa: Fix typo in autoconf.in that made talloc cflags still detect at runtime.
authorEric Anholt <eric@anholt.net>
Mon, 23 Aug 2010 01:53:33 +0000 (18:53 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 23 Aug 2010 01:54:30 +0000 (18:54 -0700)
configs/autoconf.in

index 305a3a4c3f7c0ae00981084315b40beebb7a5943..10d311fa4d3de6a080af2320500d25df96a04685 100644 (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@