This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new 2bd4e69 Added missing parenthesis
2bd4e69 is described below
commit 2bd4e695c5bc77295a60dfa3c52612e3a32100ed
Author: mseidel <[email protected]>
AuthorDate: Thu May 14 15:13:33 2020 +0200
Added missing parenthesis
(cherry picked from commit 9012993c936d1db57ebaaa1742b0fce15e00f32c)
---
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)