]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (enable_fast_install): test whether it can be forced
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Sun, 7 Mar 1999 20:55:39 +0000 (20:55 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sun, 7 Mar 1999 20:55:39 +0000 (20:55 +0000)
off after shlibpath_overrides_runpath and enable_shared are set

ChangeLog
ltconfig.in

index 0136221d19b4832bb63fca39912c458f15ca903b..8ea34c403c48f96024f1555b9ae89467f9df923b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-03-07  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * ltconfig.in (enable_fast_install): test whether it can be forced 
+       off after shlibpath_overrides_runpath and enable_shared are set
+
 1999-03-07  Thomas Tanner  <tanner@gmx.de>
 
        * TODO: updated
index 9901e88fad9f34ec0b1e82c8fe8be24394ca60e4..07b6b86f3d39a129e484291e7a5e29851bd9c9e2 100755 (executable)
@@ -1533,11 +1533,6 @@ else
 fi
 echo "$ac_t$hardcode_action" 1>&6
 
-if test "$hardcode_action" = relink || test "$shlibpath_overrides_rpath" = yes; then
-  # Fast installation is not supported/necessary
-  fast_install=no
-fi
-
 
 reload_flag=
 reload_cmds='$LD$reload_flag -o $output$reload_objs'
@@ -1873,6 +1868,13 @@ test "$enable_shared" = yes || enable_static=yes
 
 echo "checking whether to build static libraries... $enable_static" 1>&6
 
+if test "$hardcode_action" = relink ||
+   test "$shlibpath_overrides_runpath" = yes ||
+   test "$enable_shared" = no; then
+  # Fast installation is not supported/necessary
+  enable_fast_install=no
+fi
+
 echo $ac_n "checking for objdir... $ac_c" 1>&6
 rm -f .libs 2>/dev/null
 mkdir .libs 2>/dev/null