configure.ac: Fix indent for screen-share option
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 9 May 2014 22:32:02 +0000 (15:32 -0700)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 9 May 2014 22:32:28 +0000 (15:32 -0700)
configure.ac

index 0252fae..c07cb7c 100644 (file)
@@ -222,7 +222,7 @@ if test x$enable_rdp_compositor = xyes; then
   CPPFLAGS="$SAVED_CPPFLAGS"
 fi
 
-AC_ARG_ENABLE([screen-sharing], [--enable-screen-sharing],,
+AC_ARG_ENABLE([screen-sharing], [  --enable-screen-sharing],,
               enable_screen_sharing=no)
 AM_CONDITIONAL([ENABLE_SCREEN_SHARING],
                [test x$enable_screen_sharing = xyes])