diff options
author | Pavel Janík <paveljanik@apache.org> | 2013-03-05 10:07:11 +0000 |
---|---|---|
committer | Pavel Janík <paveljanik@apache.org> | 2013-03-05 10:07:11 +0000 |
commit | e86a7b8c14e605bc08b02042117670ce6e451afe (patch) | |
tree | f37f779abb87c6503890ae6696bc9031dd6d747a /configure.in | |
parent | dee39c7cebf3d9dd7b52bf35a10e22a063a0f6d2 (diff) |
Presenter Console -> Presenter Screen.
Notes
Notes:
prefer: ea91c7d90d74e1ca039ba669b5d3e14fa359c0fa
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index b2646aebd0c7..08361e08bef4 100644 --- a/configure.in +++ b/configure.in @@ -522,8 +522,8 @@ AC_ARG_WITH(beanshell-jar, AC_ARG_ENABLE(minimizer, [ --enable-minimizer enables the build of the Presentation Minimizer extension ],,) -AC_ARG_ENABLE(presenter-console, -[ --enable-presenter-console enables the build of the Presenter Console extension +AC_ARG_ENABLE(presenter-screen, +[ --enable-presenter-screen enables the build of the Presenter Screen extension ],,) AC_ARG_ENABLE(pdfimport, [ --enable-pdfimport enables the build of the PDF Import extension @@ -6424,7 +6424,7 @@ fi AC_SUBST(ENABLE_MINIMIZER) AC_MSG_CHECKING([whether to build the Presenter Screen extension]) -if test -n "$enable_presenter_console" -a "$enable_presenter_screen" != "no"; then +if test -n "$enable_presenter_screen" -a "$enable_presenter_screen" != "no"; then AC_MSG_RESULT([yes]) ENABLE_PRESENTER_SCREEN=YES else |