summaryrefslogtreecommitdiff
path: root/config_office/configure.in
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 15:36:39 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 15:36:39 +0000
commit89e97f42e25c47b47c231efb0cfbb95b6fe7aca4 (patch)
tree2b6b169c25f68128dc1e930f8f6e1f2f6461a526 /config_office/configure.in
parent96808291d1337ef505c1b1bcdc0687b30ea72392 (diff)
INTEGRATION: CWS nowrapcmd2 (1.237.22); FILE MERGED
2008/02/29 18:55:56 vq 1.237.22.2: RESYNC: (1.237-1.249); FILE MERGED 2008/01/16 05:08:36 vq 1.237.22.1: #i85207# Remove WRAPCMDs.
Diffstat (limited to 'config_office/configure.in')
-rw-r--r--config_office/configure.in10
1 files changed, 2 insertions, 8 deletions
diff --git a/config_office/configure.in b/config_office/configure.in
index eeddc474714d..69dc4597308a 100644
--- a/config_office/configure.in
+++ b/config_office/configure.in
@@ -3,7 +3,7 @@ dnl * vi:set sw=3 ts=3 et:
dnl *
dnl * Name: configure.in
dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland
-dnl * Date: $Date: 2008-02-19 12:37:37 $
+dnl * Date: $Date: 2008-03-05 16:36:39 $
dnl *
dnl * Desc: This file serves as input for the GNU autoconf package
dnl * in order to create a configure script.
@@ -12,7 +12,7 @@ dnl * necessary to build OpenOffice.org
dnl *
dnl *
dnl ******************************************************************/
-AC_REVISION( $Revision: 1.249 $ )
+AC_REVISION( $Revision: 1.250 $ )
AC_PREREQ(2.50)
AC_INIT()
echo "$@" >config.parms
@@ -37,12 +37,6 @@ AC_ARG_WITH(openldap,
[ --with-openldap Enables the use of the OpenLDAP LDAP SDK instead
of the Netscape/Mozilla one
],,)
-AC_ARG_ENABLE(wrapcmd,
-[ --enable-wrapcmd Enables the use of the WRAPCMD macro again. Use this to work around
- build issues only. Report problems immediately!
- This option will be removed in the near future.
-],if test x$enable_wrapcmd = xno; then NOWRAPCMD=yes; fi, NOWRAPCMD=yes)
-AC_SUBST(NOWRAPCMD)
AC_ARG_ENABLE(lockdown,
[ --enable-lockdown Enables the gconf integration work in OOo
],,)