configure.ac: Indent --disable-egl option correctly
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ AC_CHECK_FUNCS([mkostemp strchrnul])
|
|||||||
|
|
||||||
COMPOSITOR_MODULES="wayland-server xkbcommon pixman-1"
|
COMPOSITOR_MODULES="wayland-server xkbcommon pixman-1"
|
||||||
|
|
||||||
AC_ARG_ENABLE(egl, [ --disable-egl],,
|
AC_ARG_ENABLE(egl, [ --disable-egl],,
|
||||||
enable_egl=yes)
|
enable_egl=yes)
|
||||||
AM_CONDITIONAL(ENABLE_EGL, test x$enable_egl = xyes)
|
AM_CONDITIONAL(ENABLE_EGL, test x$enable_egl = xyes)
|
||||||
if test x$enable_egl = xyes; then
|
if test x$enable_egl = xyes; then
|
||||||
|
|||||||
Reference in New Issue
Block a user