From: Emil Velikov Date: Wed, 20 Apr 2016 18:36:53 +0000 (+0100) Subject: configure.ac: remove unused HAVE_EGL_PLATFORM_NULL conditional X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4fcf0ba113f7d85dd0383984efbff630c0ff6022;p=mesa.git configure.ac: remove unused HAVE_EGL_PLATFORM_NULL conditional Afaict the last user was based on st/egl. Signed-off-by: Emil Velikov --- diff --git a/configure.ac b/configure.ac index 1c626021e9c..023110e184c 100644 --- a/configure.ac +++ b/configure.ac @@ -1994,7 +1994,6 @@ AM_CONDITIONAL(HAVE_PLATFORM_X11, echo "$egl_platforms" | grep -q 'x11') AM_CONDITIONAL(HAVE_PLATFORM_WAYLAND, echo "$egl_platforms" | grep -q 'wayland') AM_CONDITIONAL(HAVE_EGL_PLATFORM_DRM, echo "$egl_platforms" | grep -q 'drm') AM_CONDITIONAL(HAVE_EGL_PLATFORM_SURFACELESS, echo "$egl_platforms" | grep -q 'surfaceless') -AM_CONDITIONAL(HAVE_EGL_PLATFORM_NULL, echo "$egl_platforms" | grep -q 'null') AM_CONDITIONAL(HAVE_EGL_DRIVER_DRI2, test "x$HAVE_EGL_DRIVER_DRI2" != "x")