Module: Mesa
Branch: master
Commit: 657cfe62521f05dab744824e9d72e0a753fd9096
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=657cfe62521f05dab744824e9d72e0a753fd9096

Author: Matt Turner <matts...@gmail.com>
Date:   Mon Apr 22 11:41:26 2013 -0700

configure.ac: Remove unused HAVE_PIPE_LOADER_XLIB macro.

Added in e1364530 but never used.

Tested-by: Tom Stellard <thomas.stell...@amd.com>
Tested-by: Aaron Watry <awa...@gmail.com>
Reviewed-by: Brian Paul <bri...@vmware.com>

---

 configure.ac |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 0123c99..6cf7b2d 100644
--- 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
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to