configure.in: refuse to run in sourced solar environment
revert one hunk from 909cd34b7b
Change-Id: I9eb3f3c1cdab2c0624ab65f540b9c3d6b8f1bfb5
This commit is contained in:
@@ -49,6 +49,10 @@ PathFormat()
|
||||
fi
|
||||
}
|
||||
|
||||
if test -n "$SOLARENV" ; then
|
||||
AC_MSG_ERROR([You have sourced config_host.mk in this shell. This may lead to trouble, please run in a fresh (login) shell.])
|
||||
fi
|
||||
|
||||
echo "********************************************************************"
|
||||
echo "*"
|
||||
echo "* Running ${PACKAGE_NAME} build configuration."
|
||||
|
Reference in New Issue
Block a user