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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2005-04-27 10:31:02 +0400
committerRaja R Harinath <harinath@hurrynot.org>2005-04-27 10:31:02 +0400
commit2afe10e2f7fee2d36ef293e9b77fc8a539a9c94d (patch)
tree3df99c58cf8e494adb9e3be2994332879499fe3d /runtime
parentdf4b7c4558f3feeb5f305064c484b9b3361d2184 (diff)
* configure.in (AC_DISABLE_FAST_INSTALL): Set.
Try a somewhat different tack. svn path=/trunk/mono/; revision=43639
Diffstat (limited to 'runtime')
-rw-r--r--runtime/monodis-wrapper.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/monodis-wrapper.in b/runtime/monodis-wrapper.in
index 974848b3c2f..3d62405181e 100644
--- a/runtime/monodis-wrapper.in
+++ b/runtime/monodis-wrapper.in
@@ -3,4 +3,4 @@ r='@mono_build_root@'
MONO_CFG_DIR='@mono_cfg_dir@'
MONO_SHARED_DIR=$r/runtime
export MONO_CFG_DIR MONO_SHARED_DIR
-exec "$r/libtool" --mode=execute -dlopen "$r/mono/mini/libmono.la" "$r/mono/dis/monodis" "$@"
+exec "$r/libtool" --mode=execute "$r/mono/dis/monodis" "$@"