diff options
author | Emil Velikov <[email protected]> | 2016-12-08 17:58:22 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-01-18 16:01:15 +0000 |
commit | d4066216c672bdb074ef3275482145c519e170c1 (patch) | |
tree | 38effc9ce09cf42152feabf8d0b5f20b864cd93e /configure.ac | |
parent | 4380a2098b61cfa0dd3855bd63d3c8b70ce25dd5 (diff) |
configure: remove unused AC_SUBST variables
v2: Rebase.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]> (v1)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index 450fca161ac..8cdaa6aedfc 100644 --- a/configure.ac +++ b/configure.ac @@ -1997,7 +1997,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" @@ -2211,15 +2210,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]) - dnl dnl EGL Platforms configuration dnl |