Kaydet (Commit) a87f45ab authored tarafından Michael Stahl's avatar Michael Stahl

configure.in: refuse to run in sourced solar environment

revert one hunk from 909cd34b

Change-Id: I9eb3f3c1cdab2c0624ab65f540b9c3d6b8f1bfb5
üst 30aa0361
......@@ -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."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment