[Mesa-dev] [PATCH 2/2] configure: remove unused AC_SUBST variables

Nicolai Hähnle nhaehnle at gmail.com
Mon Jan 16 16:01:18 UTC 2017


Not a build system guru, but both patches make sense to me, so:

Reviewed-by: Nicolai Hähnle <nicolai.haehnle at amd.com>

On 08.12.2016 18:58, Emil Velikov wrote:
> From: Emil Velikov <emil.velikov at collabora.com>
>
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
>  configure.ac | 10 ----------
>  1 file changed, 10 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 2007098..b0bce9d 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -2068,7 +2068,6 @@ AC_SUBST([GBM_PC_LIB_PRIV])
>  dnl
>  dnl EGL configuration
>  dnl
> -EGL_CLIENT_APIS=""
>
>  if test "x$enable_egl" = xyes; then
>      EGL_LIB_DEPS="$DLOPEN_LIBS $SELINUX_LIBS $PTHREAD_LIBS"
> @@ -2295,15 +2294,6 @@ dnl Gallium configuration
>  dnl
>  AM_CONDITIONAL(HAVE_GALLIUM, test -n "$with_gallium_drivers")
>
> -case "x$enable_opengl$enable_gles1$enable_gles2" in
> -x*yes*)
> -    EGL_CLIENT_APIS="$EGL_CLIENT_APIS "'$(GL_LIB)'
> -    ;;
> -esac
> -
> -AC_SUBST([VG_LIB_DEPS])
> -AC_SUBST([EGL_CLIENT_APIS])
> -
>  # libEGL wants to default to the first platform specified in
>  # ./configure.  parse that here.
>  if test "x$platforms" != "x"; then
>


More information about the mesa-dev mailing list