summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2020-09-09 06:09:38 +0200
committerDonald Sharp <sharpd@nvidia.com>2020-09-21 16:02:20 +0200
commit32d9e333b7516d311015531c68db30445d088266 (patch)
treee8196d82e9a4eb45dd0ea3873abddab98733a5d4 /configure.ac
parent*: Remove solaris from FRR (diff)
downloadfrr-32d9e333b7516d311015531c68db30445d088266.tar.xz
frr-32d9e333b7516d311015531c68db30445d088266.zip
doc: Update Documentation to note Solaris Unsupported status
With the change of Solaris going from Supported -> UnSupported the documentation needed to be updated to reflect the reality on the ground. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f6c55f557..d75637c0a 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1124,7 +1124,7 @@ is_linux=false
AC_MSG_CHECKING([which operating system interface to use])
case "$host_os" in
sunos* | solaris2*)
- AC_MSG_FAILURE([Solaris support has been removed please see versions prior to 7.5])
+ AC_MSG_FAILURE([Solaris support has been removed please see versions prior or equal to 7.5])
;;
linux*)
AC_MSG_RESULT([Linux])