[Libreoffice-commits] .: configure.in

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Oct 11 12:08:52 PDT 2012


 configure.in |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 1d1d1b463dd324437f7dcadbcf8f69377ff3fede
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Thu Oct 11 21:07:22 2012 +0200

    unowinreg.dll is needed on all platforms
    
    Change-Id: I55771733baee432d2ccf75df012552eb2d035acd

diff --git a/configure.in b/configure.in
index f6b3c36..fc90e66 100644
--- a/configure.in
+++ b/configure.in
@@ -3302,9 +3302,13 @@ AC_SUBST(SHOWINCLUDES_PREFIX)
 #
 if test "$_os" == "WINNT"; then
     DBGHELP_DLL="13fbc2e8b37ddf28181dd6d8081c2b8e-dbghelp.dll"
-    UNOWINREG_DLL="185d60944ea767075d27247c3162b3bc-unowinreg.dll"
 fi
 AC_SUBST(DBGHELP_DLL)
+
+#
+# unowinreg.dll
+#
+UNOWINREG_DLL="185d60944ea767075d27247c3162b3bc-unowinreg.dll"
 AC_SUBST(UNOWINREG_DLL)
 
 #


More information about the Libreoffice-commits mailing list