diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2011-01-16 16:01:54 -0800 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2011-01-31 10:17:09 -0800 |
commit | d1d8120545b0bd2f7ec48c5f03c77b967b082e04 (patch) | |
tree | f26fd61d842bb696e78161377f1e8e3b10c333ca /configs/autoconf.in | |
parent | 42fd9c2ebb8a9eecf69d6a7a2bc0d778f49285de (diff) |
Remove talloc from the make and automake build systems.
Diffstat (limited to 'configs/autoconf.in')
-rw-r--r-- | configs/autoconf.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in index 6b703cf0ab..b7137a0ee5 100644 --- a/configs/autoconf.in +++ b/configs/autoconf.in @@ -35,9 +35,6 @@ GLW_CFLAGS = @GLW_CFLAGS@ GLUT_CFLAGS = @GLUT_CFLAGS@ GLX_TLS = @GLX_TLS@ -TALLOC_LIBS = @TALLOC_LIBS@ -TALLOC_CFLAGS = @TALLOC_CFLAGS@ - # dlopen DLOPEN_LIBS = @DLOPEN_LIBS@ |