[phodav] build-sys: remove disable-fast-install



commit 1303706349f32c55ac1a54b1e3def642157aff74
Author: Marc-André Lureau <marcandre lureau gmail com>
Date:   Sun Apr 6 15:10:56 2014 +0200

    build-sys: remove disable-fast-install
    
    This is causing some relinking issues when there is a DESTDIR

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f5da918..b0806c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ AM_CONDITIONAL([OS_WIN32],[test "$os_win32" = "yes"])
 AM_INIT_AUTOMAKE([foreign -Wall -Wno-portability subdir-objects dist-xz])
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 AM_MAINTAINER_MODE([enable])
-LT_INIT([win32-dll disable-fast-install])
+LT_INIT([win32-dll])
 GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
 
 gl_MANYWARN_ALL_GCC([warnings])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]