[Mesa-dev] [PATCH 1/6] configure.ac: Remove unused HAVE_PIPE_LOADER_XLIB macro.

Brian Paul brianp at vmware.com
Fri Apr 26 05:51:13 PDT 2013


On 04/25/2013 01:02 PM, Matt Turner wrote:
> Added in e1364530 but never used.
> ---
>   configure.ac |    1 -
>   1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 50e60f6..55ea13d 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1899,7 +1899,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
>

I'm not the autoconf expert, but these look OK AFAICT.

Reviewed-by: Brian Paul <brianp at vmware.com>


More information about the mesa-dev mailing list