summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-09-04 06:53:33 +0300
committerRoy Marples <roy@marples.name>2019-09-04 06:53:33 +0300
commit6daa6537e227810f17dfc361266360c4777e73ca (patch)
treebea02022b261b3b03a02bf8090ae9ddb178f72c0 /configure
parentce81abd4cefa1ea1889113f3a1546f0cc26cbc86 (diff)
downloaddhcpcd-6daa6537e227810f17dfc361266360c4777e73ca.tar.xz
Solaris: remove development warning, all looks good now :)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
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