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

Emil Velikov emil.l.velikov at gmail.com
Thu Dec 8 17:58:22 UTC 2016


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
-- 
2.10.2



More information about the mesa-dev mailing list