summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-08-22 18:53:33 -0700
committerEric Anholt <eric@anholt.net>2010-08-22 18:54:30 -0700
commit27e931f679f373dd93896ca78c34ef71e3dd7068 (patch)
treeaf3277521112ac0d0e16f4d228266c13d6f6226b /configs
parentcfc4d866566c5b2d584cdc998e6540733190ea05 (diff)
mesa: Fix typo in autoconf.in that made talloc cflags still detect at runtime.
Diffstat (limited to 'configs')
-rw-r--r--configs/autoconf.in2
1 files changed, 1 insertions, 1 deletions
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@