]> git.sesse.net Git - vlc/commitdiff
Because we are selfish bastards (at least, I am), disable fast install
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 16 Sep 2007 12:57:18 +0000 (12:57 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 16 Sep 2007 12:57:18 +0000 (12:57 +0000)
mode by default. Packagers and build bots should re-enable it with:
./configure --enable-fast-install

configure.ac

index d62cda8dc5f6dd60a1cc81d41540fded34965e0d..e42e610f4578b974c87015cf4c22ff5b6c15c264 100644 (file)
@@ -323,6 +323,7 @@ AC_CACHE_VAL(lt_cv_deplibs_check_method,
     [lt_cv_deplibs_check_method=pass_all])
 
 AC_DISABLE_STATIC
+AC_DISABLE_FAST_INSTALL
 AC_LIBTOOL_DLOPEN
 AC_LIBTOOL_WIN32_DLL
 m4_undefine([AC_PROG_F77])