From f82a80675c0c8d33b3abda9119c7e0d41bbc6964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 9 Jan 2013 13:36:39 -0500 Subject: [PATCH] configure.ac: Indent --disable-egl option correctly --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cc3256d11..64505dd9a 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ AC_CHECK_FUNCS([mkostemp strchrnul]) COMPOSITOR_MODULES="wayland-server xkbcommon pixman-1" -AC_ARG_ENABLE(egl, [ --disable-egl],, +AC_ARG_ENABLE(egl, [ --disable-egl],, enable_egl=yes) AM_CONDITIONAL(ENABLE_EGL, test x$enable_egl = xyes) if test x$enable_egl = xyes; then