From 657cfe62521f05dab744824e9d72e0a753fd9096 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 22 Apr 2013 11:41:26 -0700 Subject: [PATCH] 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 --- configure.ac | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2