summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-01-31 10:24:32 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-01-31 13:39:15 +0100
commit8fbad2f600cd3ab81e7c1da0e4a2a71ebcac0553 (patch)
tree07460475b60785350d045371d339734e3a1be0df /configure.ac
parentec35e97338356ffb776cddba22765095221d3894 (diff)
be more lenient wrt patched epm
commit c3ab3df902b9e2ad363d1eca14da8f9f7f1567bb Date: Thu Oct 14 09:53:40 2010 +0200 changed the configure.ac to require "Patched by Libreoffice", which was possibly an error Change-Id: I6f8e302baeed054f36b54f8bfb6f5cad826ee788 Reviewed-on: https://gerrit.libreoffice.org/67199 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bb468640b81e..06223b880b8c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7622,7 +7622,7 @@ if test "$enable_epm" = "yes"; then
if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then
AC_MSG_CHECKING([whether epm is patched for LibreOffice's needs])
- if grep "Patched for LibreOffice" $EPM >/dev/null 2>/dev/null; then
+ if grep "Patched for .*Office" $EPM >/dev/null 2>/dev/null; then
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])