configure: delete duplicated line

Line 127 and Line 137 are the same.
macos/master
Gurchetan Singh 6 years ago
parent 4333584835
commit 80b6b3727e
  1. 3
      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])

Loading…
Cancel
Save