diff options
author | Oliver Specht <oliver.specht@cib.de> | 2015-11-10 13:38:02 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-11-10 12:51:15 +0000 |
commit | 83518724e389dbc76f6f87602ea74df434e25de4 (patch) | |
tree | 3aa11cc4f68fbf2786d7217450673cdae6079a38 /configure.ac | |
parent | a6ae84cc296d4d28e9a48a57406e955138c87a80 (diff) |
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 <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2f064eb8acd3..6bdf28d54459 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 |