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:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 42d2ae1231..4fc31b2a89 100755
--- a/configure
+++ b/configure
@@ -283,6 +283,8 @@ if test `uname` = "Darwin"; then
fi
# add in libsvn's directory as a fallback path. user-set paths will override it
export DYLD_FALLBACK_LIBRARY_PATH="$DYLD_FALLBACK_LIBRARY_PATH:/Library/Developer/CommandLineTools/usr/lib:/usr/local/lib:`pwd`/main/build/bin"
+
+ ruby dependency_checker.rb 2> /dev/null || exit 456
fi
configure_packages