From 80b6b3727e70d52e21a845d438bbbb7feac87d4f Mon Sep 17 00:00:00 2001 From: Gurchetan Singh Date: Thu, 6 Sep 2018 15:51:23 -0700 Subject: [PATCH] configure: delete duplicated line Line 127 and Line 137 are the same. --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index c4ce743..2aae9cb 100644 --- a/configure.ac +++ b/configure.ac @@ -133,9 +133,6 @@ if test "x$os_win32" = xno; then ]) fi - -AM_CONDITIONAL([HAVE_EPOXY_EGL], [test "x$epoxy_has_egl" = "xyes"]) - AC_ARG_WITH([glx], AS_HELP_STRING([--with-glx], [Build with the x11/glx backend])) AS_IF([test "x$with_glx" = "xyes"], [ PKG_CHECK_MODULES([X11], [x11])