[Libreoffice-commits] .: configure.in
Jan Holesovsky
kendy at kemper.freedesktop.org
Mon Sep 26 04:13:40 PDT 2011
configure.in | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit ad655dbcccff932fcf62bc01e2fea88de4371a7b
Author: Jan Holesovsky <kendy at suse.cz>
Date: Mon Sep 26 13:12:41 2011 +0200
Fail to configure when running in a shell with a sourced Env.Host.sh.
diff --git a/configure.in b/configure.in
index a934071..4d59a3a 100644
--- a/configure.in
+++ b/configure.in
@@ -1453,6 +1453,10 @@ BUILD_TYPE="LibO"
SCPDEFS=""
GIT_REPO_NAMES=""
+if test -n "$SOLARENV" ; then
+ AC_MSG_ERROR([You have sourced Env.Host.sh in this shell. This may lead to trouble, please run in a fresh (login) shell.])
+fi
+
echo "********************************************************************"
echo "*"
echo "* Running ${PACKAGE_NAME} build configuration."
More information about the Libreoffice-commits
mailing list