summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAriel Constenla-Haile <arielch@apache.org>2012-07-02 08:28:55 +0000
committerAriel Constenla-Haile <arielch@apache.org>2012-07-02 08:28:55 +0000
commit59d811efac87bf84169ca439a7d9b5181fc5929d (patch)
tree8d779daabf174c377918c3368cf2285353f54c8b /configure.in
parent07503b880698c2632a75ac76d40611d10e14989a (diff)
i120145 - Remove ENABLE_PRESENTER_EXTRA_UI
Notes
Notes: merged as: 5de5a073e0c64699e716d71e1d6b700380eeced6
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.in b/configure.in
index 1fe4c481856b..9eeb046c2233 100644
--- a/configure.in
+++ b/configure.in
@@ -461,10 +461,6 @@ AC_ARG_WITH(beanshell-jar,
[ --with-beanshell-jar=JARFILE Specify path to jarfile manually ],
[ BSH_JAR="$withval"
])
-AC_ARG_ENABLE(presenter-extra-ui,
-[ --enable-presenter-extra-ui enables extra functionality during slideshow,
- e.g. selecting pen color, erasing drawings etc.
-],,enable_presenter_extra_ui=no)
AC_ARG_ENABLE(minimizer,
[ --enable-minimizer enables the build of the Presentation Minimizer extension
],,)
@@ -6190,16 +6186,6 @@ fi
AC_SUBST(ENABLE_OPENGL)
-AC_MSG_CHECKING([whether to build extra presenter ui])
-if test -n "$enable_presenter_extra_ui" -a "$enable_presenter_extra_ui" != "no"; then
- AC_MSG_RESULT([yes])
- ENABLE_PRESENTER_EXTRA_UI=YES
-else
- AC_MSG_RESULT([no])
- ENABLE_PRESENTER_EXTRA_UI=NO
-fi
-AC_SUBST(ENABLE_PRESENTER_EXTRA_UI)
-
AC_MSG_CHECKING([whether to build the Presentation Minimizer extension])
if test -n "$enable_minimizer" -a "$enable_minimizer" != "no"; then
AC_MSG_RESULT([yes])