From: Eric Anholt Date: Mon, 23 Aug 2010 01:53:33 +0000 (-0700) Subject: mesa: Fix typo in autoconf.in that made talloc cflags still detect at runtime. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=27e931f679f373dd93896ca78c34ef71e3dd7068;p=mesa.git mesa: Fix typo in autoconf.in that made talloc cflags still detect at runtime. --- diff --git a/configs/autoconf.in b/configs/autoconf.in index 305a3a4c3f7..10d311fa4d3 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@