configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 83518724e389dbc76f6f87602ea74df434e25de4
Author: Oliver Specht <oliver.spe...@cib.de>
Date:   Tue Nov 10 13:38:02 2015 +0100

    added slash to 'Merge Modules' path to fix building win instset
    
    Change-Id: I83702435e9f8e0e73d6a3ecee1e6a7a30dda52d9
    Reviewed-on: https://gerrit.libreoffice.org/19886
    Reviewed-by: Michael Stahl <mst...@redhat.com>
    Tested-by: Michael Stahl <mst...@redhat.com>

diff --git a/configure.ac b/configure.ac
index 2f064eb..6bdf28d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5340,7 +5340,7 @@ find_msms()
     dnl something like $(perl -e 'print $ENV{"CommonProgramFiles(x86)"}') to
     dnl obtain its value from cygwin:
     if test -z "$msmdir"; then
-        my_msm_dir="${COMMONPROGRAMFILES}/Merge Modules"
+        my_msm_dir="${COMMONPROGRAMFILES}/Merge Modules/"
         if test -e "$my_msm_dir/$my_msm_file"; then
             msmdir=$my_msm_dir
         fi
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to