mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 13:40:11 +01:00
mesa: Fix typo in autoconf.in that made talloc cflags still detect at runtime.
This commit is contained in:
parent
cfc4d86656
commit
27e931f679
1 changed files with 1 additions and 1 deletions
|
|
@ -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@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue