projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfc4d86
)
mesa: Fix typo in autoconf.in that made talloc cflags still detect at runtime.
author
Eric Anholt
<eric@anholt.net>
Mon, 23 Aug 2010 01:53:33 +0000
(18:53 -0700)
committer
Eric Anholt
<eric@anholt.net>
Mon, 23 Aug 2010 01:54:30 +0000
(18:54 -0700)
configs/autoconf.in
patch
|
blob
|
history
diff --git
a/configs/autoconf.in
b/configs/autoconf.in
index 305a3a4c3f7c0ae00981084315b40beebb7a5943..10d311fa4d3de6a080af2320500d25df96a04685 100644
(file)
--- 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_
C
FLAGS = @TALLOC_CFLAGS@
# dlopen
DLOPEN_LIBS = @DLOPEN_LIBS@