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-17 05:57:41 +0300
committerWade Berrier <wade@mono-cvs.ximian.com>2005-12-17 05:57:41 +0300
commitfd6cb9544f9b5603afec147917911d60f026a0c7 (patch)
tree5d6587fb155324f536d4936c279c382ddeda3f74 /configure.in
parentc40288dd9c6d72da193896b179ec9c4347ea4ac1 (diff)
Commented out AC_DISABLE_FAST_INSTALL
monodis wouldn't link correctly otherwise unless an existing libmono was found from previous installation. I ran into issues because the previous installation wasn't providing a symbol I needed svn path=/trunk/mono/; revision=54561
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 1a46f1ba41c..8fc912a7efd 100644
--- a/configure.in
+++ b/configure.in
@@ -263,7 +263,8 @@ AM_CONDITIONAL(CROSS_COMPILING, [test x$cross_compiling = xyes])
# Set STDC_HEADERS
AC_HEADER_STDC
AC_LIBTOOL_WIN32_DLL
-AC_DISABLE_FAST_INSTALL
+# This causes monodis to not link correctly
+#AC_DISABLE_FAST_INSTALL
AM_PROG_LIBTOOL
# Test whenever ld supports -version-script