]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Solaris: remove development warning, all looks good now :)
authorRoy Marples <roy@marples.name>
Wed, 4 Sep 2019 03:53:33 +0000 (06:53 +0300)
committerRoy Marples <roy@marples.name>
Wed, 4 Sep 2019 03:53:33 +0000 (06:53 +0300)
configure

index 44be95ec9818e6e0e675c3920a789a80e2307f48..67a5bed75d55a2db6938caeb66c6fe796f574005 100755 (executable)
--- 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