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:
authorLluis Sanchez Gual <lluis@xamarin.com>2013-09-19 11:41:17 +0400
committerLluis Sanchez Gual <lluis@xamarin.com>2013-09-19 11:41:17 +0400
commit9d473f5e2bd7a829ad634b5210c18648b0773f9f (patch)
tree15d065c272cdc188c221fd8b5b3e9c1d2a128816 /configure
parent098e6a947ca646b7c74cb411c3d50e3c365cfb82 (diff)
parent0f0e889b869895901a18132e995167b020401f8a (diff)
Merge remote-tracking branch 'origin/master' into fsharp
Conflicts: version-checks
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ffec17e6b2..f960522c73 100755
--- a/configure
+++ b/configure
@@ -270,7 +270,7 @@ fi
if test `uname` = "Darwin"; then
if test "x$BUILD_REVISION" != "x" -o "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"
+ export PATH="/Library/Frameworks/Mono.framework/Versions/Current/bin:$PATH"
export ACLOCAL_FLAGS="-I /Library/Frameworks/Mono.framework/Versions/Current/share/aclocal"
fi
fi