summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2009-02-19 13:21:10 +0000
committerOliver Bolte <obo@openoffice.org>2009-02-19 13:21:10 +0000
commit8893c204bd82521bb534a57b8790abac21b79e24 (patch)
tree2adc0ab2dd9aa7b66b91c229eb97803d006a2370 /configure.in
parent244f2f6b34eb74a520729440645986d990380b42 (diff)
CWS-TOOLING: integrate CWS transogl03redux
2009-02-09 13:59:40 +0100 thb r267511 : #i96946# Added seemingly missing change for the color space selection for the slide textures 2009-02-04 10:47:12 +0100 cmc r267353 : #i96946# integrate ogltrans work
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 3 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index 6974ef2df647..2303020b3f1b 100644
--- a/configure.in
+++ b/configure.in
@@ -210,9 +210,8 @@ AC_ARG_WITH(system-cairo,
[ --with-system-cairo Use Cairo libraries already on system
],,)
AC_ARG_ENABLE(opengl,
-[ --enable-opengl Determines whether to use OpenGL (for 3D transitions)
- This is built as an UNO extension and not deployed
- in the install per default.
+[ --enable-opengl Determines whether to build the OpenGL 3D slide
+ transitions component
],,enable_opengl=no)
AC_ARG_ENABLE(dbus,
[ --enable-dbus Determines whether to enable presentation mode
@@ -414,9 +413,6 @@ AC_ARG_WITH(servlet-api-jar,
[ --servlet-api-jar=JARFILE Specify path to jarfile manually ],
[ SERVLETAPI_JAR="$withval"
])
-AC_ARG_ENABLE(ogltrans,
-[ --enable-ogltrans enables the build of the OGLTrans extension
-],,)
AC_ARG_ENABLE(report-builder,
[ --enable-report-builder disables the build of the Report Builder extension
],,)
@@ -5330,7 +5326,7 @@ dnl ===================================================================
dnl Check whether the OpenGL libraries are available
dnl ===================================================================
-AC_MSG_CHECKING([whether to build the OGLTrans extension])
+AC_MSG_CHECKING([whether to build the OpenGL Transitions component])
ENABLE_OPENGL=
if test "x$enable_opengl" != "xno" ; then