Mesa (master): mesa: Fix typo in autoconf. in that made talloc cflags still detect at runtime.

Eric Anholt anholt at kemper.freedesktop.org
Mon Aug 23 01:56:00 UTC 2010


Module: Mesa
Branch: master
Commit: 27e931f679f373dd93896ca78c34ef71e3dd7068
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=27e931f679f373dd93896ca78c34ef71e3dd7068

Author: Eric Anholt <eric at anholt.net>
Date:   Sun Aug 22 18:53:33 2010 -0700

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

---

 configs/autoconf.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configs/autoconf.in b/configs/autoconf.in
index 305a3a4..10d311f 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@




More information about the mesa-commit mailing list