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:
authorWade Berrier <wade@mono-cvs.ximian.com>2005-12-15 07:29:41 +0300
committerWade Berrier <wade@mono-cvs.ximian.com>2005-12-15 07:29:41 +0300
commit2b18ed7e05bb64d13582f5996f2a7d7c926ad2bb (patch)
tree34d40a012b56d8dd15cc169f047fd036b006018d
parentd4acb77ad99470729634ce893b990b8aace80d76 (diff)
unset AC_DISABLE_FAST_INSTALL
svn path=/branches/mono-1-1-11/mono/; revision=54438
-rw-r--r--ChangeLog4
-rw-r--r--configure.in4
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f589798e66b..3acba8540dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-14 Wade Berrier <wberrier@novell.com>
+
+ * configure.in (AC_DISABLE_FAST_INSTALL): unset.
+
2005-12-12 Mike Kestner <mkestner@novell.com>
* mono-cairo.pc.in: pkgconfig support for Mono.Cairo. Mono.Cairo.dll
diff --git a/configure.in b/configure.in
index 1a46f1ba41c..cc54214787e 100644
--- a/configure.in
+++ b/configure.in
@@ -263,7 +263,9 @@ AM_CONDITIONAL(CROSS_COMPILING, [test x$cross_compiling = xyes])
# Set STDC_HEADERS
AC_HEADER_STDC
AC_LIBTOOL_WIN32_DLL
-AC_DISABLE_FAST_INSTALL
+# Disabling because it causes some weird monodis linking
+# problems if /usr/libmono.so isn't install on system
+#AC_DISABLE_FAST_INSTALL
AM_PROG_LIBTOOL
# Test whenever ld supports -version-script