summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2019-08-27 20:55:48 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2019-08-27 20:55:48 +0200
commitfd00c97cfae9dfec984bc1a0a0cdb0f76ff28cf8 (patch)
treeb057b5c904f0997cc2e9731ac0ac886a2e69286b /configure.ac
parentMerge pull request #4880 from ddutt/master (diff)
downloadfrr-fd00c97cfae9dfec984bc1a0a0cdb0f76ff28cf8.tar.xz
frr-fd00c97cfae9dfec984bc1a0a0cdb0f76ff28cf8.zip
*: Start process of possibly deprecating Solaris
The FRR community has run into an issue where keeping up our CI system to work with solaris has become a fairly large burden. We have also sent emails and asked around and have not found anyone standing up saying that they are using Solaris. Given the fact that we do not have any comprehensive testing being done w/ solaris and the fact that we are getting a steady stream of new features that will never work on solaris and we cannot find anyone to say that they are using it. Let's start the drawn out process of deprecating the code. If in the mean-time someone comes forward with the fact that they are using it we can then not deprecate it. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 134c8692d..676c98438 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1061,6 +1061,7 @@ case "$host_os" in
AC_CHECK_LIB([nsl], [main])
AC_CHECK_LIB([umem], [main])
SOLARIS="solaris"
+ AC_MSG_WARN([--Solaris support is being considered for deprecation, please let us know if you are still using this--])
;;
linux*)
AC_MSG_RESULT([Linux])