From: Roy Marples Date: Wed, 4 Sep 2019 03:53:33 +0000 (+0300) Subject: Solaris: remove development warning, all looks good now :) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6daa6537e227810f17dfc361266360c4777e73ca;p=thirdparty%2Fdhcpcd.git Solaris: remove development warning, all looks good now :) --- diff --git a/configure b/configure index 44be95ec..67a5bed7 100755 --- a/configure +++ b/configure @@ -459,8 +459,6 @@ qnx*) echo "DHCPCD_SRCS+= if-bsd.c" >>$CONFIG_MK ;; sunos*) - echo "WARNING!!! Solaris support is at early development stage!" >&2 - echo "so don't expect it to work just yet, patches welcome" >&2 echo "CPPFLAGS+= -D_XPG4_2 -D__EXTENSIONS__ -DBSD_COMP" \ >>$CONFIG_MK echo "DHCPCD_SRCS+= if-sun.c" >>$CONFIG_MK