summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-11-07 16:59:11 +0100
committerMichael Stahl <mstahl@redhat.com>2011-11-07 16:59:11 +0100
commitb5c1fb551d94adb911fe2fc4fc776fa426192afc (patch)
treea37e6761452d6012f5a825977dbea2a8ebfcc497 /configure.in
parentconfigure: remove duplicate Solaris GNUTAR check (diff)
downloadcore-b5c1fb551d94adb911fe2fc4fc776fa426192afc.tar.gz
core-b5c1fb551d94adb911fe2fc4fc776fa426192afc.zip
configure: certainly Solaris 6 is not supported
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 1c789ae6dcb6..b20a8e52d8d3 100644
--- a/configure.in
+++ b/configure.in
@@ -78,12 +78,12 @@ solaris*)
_os=SunOS
dnl ===========================================================
- dnl Check whether we're using Solaris 6,7,8 - SPARC or Intel.
+ dnl Check whether we're using Solaris 10 - SPARC or Intel.
dnl ===========================================================
AC_MSG_CHECKING([the Solaris operating system release])
_os_release=`echo $host_os | $SED -e s/solaris2\.//`
- if test "$_os_release" -lt "6"; then
- AC_MSG_ERROR([use Solaris >= 6 to build LibreOffice])
+ if test "$_os_release" -lt "10"; then
+ AC_MSG_ERROR([use Solaris >= 10 to build LibreOffice])
else
AC_MSG_RESULT([ok ($_os_release)])
fi