This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9012993  Added missing parenthesis
9012993 is described below

commit 9012993c936d1db57ebaaa1742b0fce15e00f32c
Author: mseidel <[email protected]>
AuthorDate: Thu May 14 15:13:33 2020 +0200

    Added missing parenthesis
---
 main/configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/configure.ac b/main/configure.ac
index e03a8fa..c65822d 100644
--- a/main/configure.ac
+++ b/main/configure.ac
@@ -1833,7 +1833,7 @@ _make_longver=`echo $_make_version | $AWK -F. '{ print 
\$1*10000+\$2*100+\$3 }'`
 if test "$_make_longver" -ge "038100" && test "$_make_longver" -lt "040300" ; 
then
    AC_MSG_RESULT([$GNUMAKE $_make_version])
 else
-   AC_MSG_ERROR([failed ($GNUMAKE version >= 3.81 but < 4.3 needed])
+   AC_MSG_ERROR([failed ($GNUMAKE version >= 3.81 but < 4.3 needed)])
 fi
 AC_SUBST(GNUMAKE)
 

Reply via email to