Index: /trunk/configure
===================================================================
--- /trunk/configure	(revision 60753)
+++ /trunk/configure	(revision 60754)
@@ -4,5 +4,5 @@
 
 #
-# Copyright (C) 2006-2013 Oracle Corporation
+# Copyright (C) 2006-2016 Oracle Corporation
 #
 # This file is part of VirtualBox Open Source Edition (OSE), as
@@ -20,6 +20,6 @@
 # append some extra paths
 PATH="$PATH:/opt/gnome/bin"
-# Solaris (order of paths important for tr, echo, grep, sed to work)
-PATH="/usr/xpg4/bin:/usr/ucb:$PATH:/usr/local/bin:/usr/sfw/bin:/usr/ccs/bin"
+# Solaris (order of paths important for tr, grep, sed to work)
+PATH="/usr/xpg4/bin:$PATH:/usr/local/bin:/usr/sfw/bin:/usr/ccs/bin"
 ORGPATH=$PATH
 
@@ -188,4 +188,9 @@
 if [ "$OS" = "darwin" ]; then
   ECHO_N="/bin/echo -n"
+elif [ "$OS" = "solaris" ]; then
+  # Solaris 11 /bin/sh has a builtin echo that could grok -n if there is
+  # /usr/ucb/echo the first echo executable in the path, but the /usr/ucb
+  # tools are no longer installed by default.
+  ECHO_N="/usr/gnu/bin/echo -n"
 else
   ECHO_N="echo -n"
