diff options
author | Eric Anholt <eric@anholt.net> | 2010-08-22 18:53:33 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-08-22 18:54:30 -0700 |
commit | 27e931f679f373dd93896ca78c34ef71e3dd7068 (patch) | |
tree | af3277521112ac0d0e16f4d228266c13d6f6226b | |
parent | cfc4d866566c5b2d584cdc998e6540733190ea05 (diff) |
mesa: Fix typo in autoconf.in that made talloc cflags still detect at runtime.
-rw-r--r-- | configs/autoconf.in | 2 |
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@ |