Removed the -only-static option as it is no longer required (and didn't work
authorJohn Criswell <criswell@uiuc.edu>
Thu, 31 Jul 2003 20:59:32 +0000 (20:59 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Thu, 31 Jul 2003 20:59:32 +0000 (20:59 +0000)
with the newer version of libtool anyway).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7459 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/ltmain.sh

index f976b48bc1f3ac3b4e89d71b0843964c2ac1d879..fe83ff4fb744d4df1f566c9b054e692a12026438 100644 (file)
@@ -405,11 +405,6 @@ if test -z "$show_help"; then
          continue
          ;;
 
-       -only-static)
-         build_libtool_libs=no
-         continue
-         ;;
-
        -prefer-pic)
          pic_mode=yes
          continue