projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdf13dc
)
configure.ac: Remove unused HAVE_PIPE_LOADER_XLIB macro.
author
Matt Turner
<mattst88@gmail.com>
Mon, 22 Apr 2013 18:41:26 +0000
(11:41 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Tue, 30 Apr 2013 21:03:31 +0000
(14:03 -0700)
Added in
e1364530
but never used.
Tested-by: Tom Stellard <thomas.stellard@amd.com>
Tested-by: Aaron Watry <awatry@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 0123c99c895e690589bca9bda9b6da7efe5c3776..6cf7b2d6137642c32bd376d003bc7ed45862b410 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1918,7
+1918,6
@@
if test "x$enable_gallium_loader" = xyes; then
GALLIUM_PIPE_LOADER_LIBS="$GALLIUM_PIPE_LOADER_LIBS \$(top_builddir)/src/gallium/winsys/sw/null/libws_null.la"
if test "x$NEED_WINSYS_XLIB" = xyes; then
- GALLIUM_PIPE_LOADER_DEFINES="$GALLIUM_PIPE_LOADER_DEFINES -DHAVE_PIPE_LOADER_XLIB"
GALLIUM_PIPE_LOADER_LIBS="$GALLIUM_PIPE_LOADER_LIBS \$(top_builddir)/src/gallium/winsys/sw/xlib/libws_xlib.la"
fi