diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0252faef..c07cb7c6 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) |