configure.ac: fix cairo-glesv2 help text
authorJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 7 Feb 2012 20:42:28 +0000 (12:42 -0800)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 7 Feb 2012 21:17:51 +0000 (16:17 -0500)
Finally figured out why --enable-cairo-gles2 wasn't working like
configure --help said it should.

configure.ac

index 550bb3c..a2bb537 100644 (file)
@@ -96,7 +96,7 @@ if test x$enable_wayland_compositor == xyes; then
   PKG_CHECK_MODULES(WAYLAND_COMPOSITOR, [wayland-client wayland-egl])
 fi
 
-AC_ARG_WITH(cairo-glesv2, AS_HELP_STRING([--with-cairo-gles2],
+AC_ARG_WITH(cairo-glesv2, AS_HELP_STRING([--with-cairo-glesv2],
               [Use GLESv2 cairo instead of full GL]),
               [cairo_modules="cairo-glesv2"],
               [cairo_modules="cairo-gl"])