From: Matt Turner Date: Mon, 22 Apr 2013 18:41:26 +0000 (-0700) Subject: configure.ac: Remove unused HAVE_PIPE_LOADER_XLIB macro. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=657cfe62521f05dab744824e9d72e0a753fd9096;p=mesa.git configure.ac: Remove unused HAVE_PIPE_LOADER_XLIB macro. Added in e1364530 but never used. Tested-by: Tom Stellard Tested-by: Aaron Watry Reviewed-by: Brian Paul --- 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