diff options
author | Matt Turner <[email protected]> | 2013-04-22 11:41:26 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-04-30 14:03:31 -0700 |
commit | 657cfe62521f05dab744824e9d72e0a753fd9096 (patch) | |
tree | a3071d3c788c59aa4c2f68d1aa4e99f811cfa583 /configure.ac | |
parent | bdf13dc8324c391b7d34f8bdaea72c4452ab7edb (diff) |
configure.ac: Remove unused HAVE_PIPE_LOADER_XLIB macro.
Added in e1364530 but never used.
Tested-by: Tom Stellard <[email protected]>
Tested-by: Aaron Watry <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0123c99c895..6cf7b2d6137 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 |