Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan@xamarin.com>2013-08-28 07:51:36 +0400
committerAlan McGovern <alan@xamarin.com>2013-08-28 07:51:36 +0400
commit026c297fd0c2a36e99c67d33bed64d379232f6e5 (patch)
treece1d081631cfc7a22908ec3d742322659b02ae22 /configure
parent365a7ed8448fd2da1f33c41d1b28cdbf4cb475ec (diff)
Revert "HACK: Add some debug helpers"
This reverts commit 365a7ed8448fd2da1f33c41d1b28cdbf4cb475ec.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure
index 508e0fe498..7dfda29bdf 100755
--- a/configure
+++ b/configure
@@ -5,9 +5,6 @@ tests=no
prefix=NONE
test -e "$CONFIG_SITE" && . "$CONFIG_SITE"
test "$prefix" = NONE && prefix=/usr/local
-echo First env
-env
-echo Done First Env
usage ()
{
@@ -260,8 +257,6 @@ if [ x$select == xyes -o ! -a profiles/$profile ]; then
fi
if test `uname` = "Darwin"; then
- echo MyDYLdPathIs $DYLD_FALLBACK_LIBRARY_PATH
-
if test "x$DYLD_FALLBACK_LIBRARY_PATH" = "x"; then
export DYLD_FALLBACK_LIBRARY_PATH="/Library/Frameworks/Mono.framework/Versions/Current/lib:/lib:/usr/lib"
export PATH="$PATH:/Library/Frameworks/Mono.framework/Versions/Current/bin"