summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
Diffstat (limited to 'odk')
-rwxr-xr-xodk/configure.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/odk/configure.pl b/odk/configure.pl
index 533c881cb764..4749238af8d2 100755
--- a/odk/configure.pl
+++ b/odk/configure.pl
@@ -620,6 +620,9 @@ sub searchprog
sub searchMacOffice
{
+ if (-d "/Applications/LibreOffice.app" ) {
+ return "/Applications/LibreOffice.app"
+ }
if (-d "/Applications/OpenOffice.org.app" ) {
return "/Applications/OpenOffice.org.app"
}