[Libreoffice-commits] .: Branch 'libreoffice-3-4' - configure.in
Thorsten Behrens
thorsten at kemper.freedesktop.org
Fri Apr 8 00:10:16 PDT 2011
configure.in | 16 ----------------
1 file changed, 16 deletions(-)
New commits:
commit e6b51ac0058045f28ca38919704187d71c49cca1
Author: Thorsten Behrens <tbehrens at novell.com>
Date: Fri Apr 8 09:09:09 2011 +0200
Removed PRESENTER_EXTRA_UI for good
diff --git a/configure.in b/configure.in
index e4bf2b6..48b1312 100755
--- a/configure.in
+++ b/configure.in
@@ -78,11 +78,6 @@ AC_ARG_ENABLE(ext-presenter-minimizer,
[Enables the Presentation Minimizer extension.]),
,)
-AC_ARG_ENABLE(ext-presenter-ui,
- AS_HELP_STRING([--enable-ext-presenter-ui],
- [Enables extra functionality during slideshows, e.g. selecting pen color.]),
-,)
-
AC_ARG_ENABLE(ext-report-builder,
AS_HELP_STRING([--enable-ext-report-builder],
[Enables the build of the Report Builder extension.]),
@@ -6278,17 +6273,6 @@ fi
AC_SUBST(SYSTEM_MESA_HEADERS)
AC_SUBST(ENABLE_OPENGL)
-# presenter extra ui extension?
-AC_MSG_CHECKING([whether to build extra presenter ui])
-AS_IF([test "x$enable_ext_presenter_ui" = "xyes"], [
- AC_MSG_RESULT([yes])
- ENABLE_PRESENTER_EXTRA_UI=YES
-],[
- AC_MSG_RESULT([no])
- ENABLE_PRESENTER_EXTRA_UI=NO
-])
-AC_SUBST(ENABLE_PRESENTER_EXTRA_UI)
-
# presenter minimizer extension?
AC_MSG_CHECKING([whether to build the Presentation Minimizer extension])
AS_IF([test "x$enable_ext_presenter_minimizer" = "xyes"], [
More information about the Libreoffice-commits
mailing list