Skip to content

Commit

Permalink
unset AC_DISABLE_FAST_INSTALL
Browse files Browse the repository at this point in the history
svn path=/branches/mono-1-1-11/mono/; revision=54438
  • Loading branch information
Wade Berrier committed Dec 15, 2005
1 parent d4acb77 commit 2b18ed7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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
Expand Down
4 changes: 3 additions & 1 deletion configure.in
Expand Up @@ -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
Expand Down

0 comments on commit 2b18ed7

Please sign in to comment.