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:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in1
-rw-r--r--runtime/monodis-wrapper.in2
3 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c19c4977340..acd89659176 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-27 Raja R Harinath <rharinath@novell.com>
+
+ * configure.in (AC_DISABLE_FAST_INSTALL): Set.
+
2005-04-25 Ben Maurer <bmaurer@ximian.com>
* configure.in: Version bumpage
diff --git a/configure.in b/configure.in
index 3924a4f7830..cd78a620600 100644
--- a/configure.in
+++ b/configure.in
@@ -252,6 +252,7 @@ AC_SUBST(BUILD_EXEEXT)
# Set STDC_HEADERS
AC_HEADER_STDC
AC_LIBTOOL_WIN32_DLL
+AC_DISABLE_FAST_INSTALL
AM_PROG_LIBTOOL
# Test whenever ld supports -version-script
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" "$@"