summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-02-22 21:33:23 -0500
committerDavid Ostrovsky <David.Ostrovsky@gmx.de>2013-02-24 10:34:40 +0000
commit61e7c592faa2d768d599936e57042eb22bcaa16f (patch)
tree2be399d2aa1179fc4d982f3074481ec8fd49a84c /configure.ac
parenta5a24fa0241930ae5f9d8a4c757e479d2de3efb6 (diff)
convert moz to gbuild and add to tail_build
Change-Id: I2d3f5d127f831ee9abc020d46558f7cfbe8c9380 Reviewed-on: https://gerrit.libreoffice.org/2349 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 29d38a9125e2..ba1301cb2451 100644
--- a/configure.ac
+++ b/configure.ac
@@ -920,13 +920,6 @@ AC_ARG_ENABLE(telepathy,
[Determines whether to enable Telepathy for collaboration.]),
,enable_telepathy=no)
-AC_ARG_ENABLE(build-mozab,
- AS_HELP_STRING([--disable-build-mozab],
- [Use this option if you do not want to build the Mozilla address book
- components from the Mozilla source code but take precompiled zips.
- Meaningful only after --enable-win-mozab-driver.]),
-,)
-
AC_ARG_ENABLE(tde,
AS_HELP_STRING([--enable-tde],
[Determines whether to use TQt/TDE vclplug on platforms where TQt and
@@ -8283,10 +8276,6 @@ if test "$_os" = "WINNT"; then
if test "$enable_win_mozab_driver" = "yes" -a "$WITH_MINGW" != "YES" ; then
AC_MSG_RESULT([yes])
WITH_MOZAB4WIN=YES
- BUILD_MOZAB=YES
- if test "$enable_build_mozab" = "no" ; then
- BUILD_MOZAB=NO
- fi
AC_MSG_RESULT([yes, internal (old windows mozab driver)])
BUILD_TYPE="$BUILD_TYPE MOZ"
EXTMSV80=`cygpath -u "$SRC_ROOT/external/msvcp80"`
@@ -8323,7 +8312,6 @@ if test "$_os" = "WINNT"; then
fi
fi
AC_SUBST(WITH_MOZAB4WIN)
-AC_SUBST(BUILD_MOZAB)
AC_SUBST(MSVC80_DLL_DIR)
AC_SUBST(MSVC80_MNFST)
AC_SUBST(EXTMSV80)