configure.ac | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit e0a3eba0c0446fa9b32a03bdbd7243ab38512521
Author: Fridrich Å trba <[email protected]>
Date: Mon Mar 4 02:12:53 2013 +0100
If enabling mozab on windows, package the needed dlls and manifest
Change-Id: I3152ba166c2ea22bd740d85a89d2b6a0c073279e
diff --git a/configure.ac b/configure.ac
index ed90a4b..9df069c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4869,6 +4869,10 @@ find_msvc_dlls()
msvcdlls="$msvcdlls msvcm90.dll Microsoft.VC90.CRT.manifest"
fi
+ if test "$enable_win_mozab_driver" = "yes" -a "$WITH_MINGW" != "YES" ; then
+ msvcdlls="$msvcdlls Microsoft.VC80.CRT.manifest msvcp80.dll
msvcr80.dll"
+ fi
+
for dll in $msvcdlls; do
if ! test -f "$msvcdllpath/$dll"; then
AC_MSG_ERROR([can not find $dll in $msvcdllpath])
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits