summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2013-01-09 13:36:39 -0500
committerKristian Høgsberg <krh@bitplanet.net>2013-01-09 13:36:39 -0500
commitf82a80675c0c8d33b3abda9119c7e0d41bbc6964 (patch)
treedf6e4bb1373f4e6142ec7ade9e54252d6fec6d70 /configure.ac
parent1bfe2e6f4bd2a1e2cf1845ec69f59dee00177fbd (diff)
configure.ac: Indent --disable-egl option correctly
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cc3256d..64505dd 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