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-xconfigure8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure b/configure
index b2638e77d6..7dfda29bdf 100755
--- a/configure
+++ b/configure
@@ -256,6 +256,14 @@ if [ x$select == xyes -o ! -a profiles/$profile ]; then
select_packages
fi
+if test `uname` = "Darwin"; then
+ 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"
+ export ACLOCAL_FLAGS="-I /Library/Frameworks/Mono.framework/Versions/Current/share/aclocal"
+ fi
+fi
+
configure_packages
[ $? -eq 1 ] && exit 1