[Libreoffice-commits] core.git: configure.ac
Tor Lillqvist
tml at collabora.com
Thu Mar 9 09:20:36 UTC 2017
configure.ac | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 4ff09c76a3bf46001fd0b896c614d47f51ce52ae
Author: Tor Lillqvist <tml at collabora.com>
Date: Thu Mar 9 11:18:49 2017 +0200
Message cosmetics
Change-Id: I311f68b32bb33a7d9363c1c28dfd0e5ad8ee986c
diff --git a/configure.ac b/configure.ac
index 9de40c8..8d25863 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5073,11 +5073,11 @@ if test "$PERL"; then
${PERL} -e "exit($]);"
_perl_version=$?
if test "$_perl_version" -lt 5; then
- AC_MSG_ERROR([found Perl version "$_perl_version", use version 5 of Perl])
+ AC_MSG_ERROR([found Perl $_perl_version, use Perl 5])
fi
- AC_MSG_RESULT([checked (perl $_perl_version)])
+ AC_MSG_RESULT([Perl $_perl_version])
else
- AC_MSG_ERROR([Perl not found, install version 5 of Perl])
+ AC_MSG_ERROR([Perl not found, install Perl 5])
fi
dnl ===================================================================
More information about the Libreoffice-commits
mailing list