Kaydet (Commit) 437b044c authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud Kaydeden (comit) David Ostrovsky

clean-up the output and simplify the MOZAB driver config

Change-Id: Iff63e4dd2471d5b5c0e7c52344d694a0e46ce6a0
Reviewed-on: https://gerrit.libreoffice.org/2305Reviewed-by: 's avatarDavid Ostrovsky <David.Ostrovsky@gmx.de>
Tested-by: 's avatarDavid Ostrovsky <David.Ostrovsky@gmx.de>
üst cc7c1110
...@@ -8277,30 +8277,15 @@ dnl =================================================================== ...@@ -8277,30 +8277,15 @@ dnl ===================================================================
dnl Check for mozilla ab connectivity for windows dnl Check for mozilla ab connectivity for windows
dnl =================================================================== dnl ===================================================================
AC_MSG_CHECKING([whether to enable build of Mozilla addressbook connectivity driver for Windows]) if test "$_os" = "WINNT"; then
if test "$enable_win_mozab_driver" = "yes" -a "$_os" = "WINNT" -a "$WITH_MINGW" != "YES" ; then AC_MSG_CHECKING([whether to enable build of Mozilla addressbook connectivity driver for Windows])
AC_MSG_RESULT([yes]) if test "$enable_win_mozab_driver" = "yes" -a "$WITH_MINGW" != "YES" ; then
WITH_MOZAB4WIN=YES AC_MSG_RESULT([yes])
BUILD_MOZAB=YES WITH_MOZAB4WIN=YES
if test "$enable_build_mozab" = "no" ; then BUILD_MOZAB=YES
BUILD_MOZAB=NO if test "$enable_build_mozab" = "no" ; then
fi BUILD_MOZAB=NO
else fi
AC_MSG_RESULT([no])
WITH_MOZAB4WIN=NO
fi
AC_SUBST(WITH_MOZAB4WIN)
AC_SUBST(BUILD_MOZAB)
if test "$_os" != "WINNT"; then
# on all other platforms Mozilla addressbook connectivity
# is unconditionally built
# new and shiny mork driver
AC_MSG_RESULT([yes (new mork driver)])
else
if test "$WITH_MOZAB4WIN" = "NO"; then
AC_MSG_RESULT([no])
else
AC_MSG_RESULT([yes, internal (old windows mozab driver)]) AC_MSG_RESULT([yes, internal (old windows mozab driver)])
BUILD_TYPE="$BUILD_TYPE MOZ" BUILD_TYPE="$BUILD_TYPE MOZ"
EXTMSV80=`cygpath -u "$SRC_ROOT/external/msvcp80"` EXTMSV80=`cygpath -u "$SRC_ROOT/external/msvcp80"`
...@@ -8331,10 +8316,13 @@ else ...@@ -8331,10 +8316,13 @@ else
and relaunch ./autogen.sh]) and relaunch ./autogen.sh])
fi fi
fi fi
else
AC_MSG_RESULT([no])
WITH_MOZAB4WIN=NO
fi fi
fi fi
AC_SUBST(WITH_MOZAB4WIN)
AC_SUBST(BUILD_MOZAB)
AC_SUBST(MSVC80_DLL_DIR) AC_SUBST(MSVC80_DLL_DIR)
AC_SUBST(MSVC80_MNFST) AC_SUBST(MSVC80_MNFST)
AC_SUBST(EXTMSV80) AC_SUBST(EXTMSV80)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment