From 02b513c78c1775e40bb5febfa5e51a2f53128f4e Mon Sep 17 00:00:00 2001 From: John Criswell Date: Thu, 31 Jul 2003 20:59:32 +0000 Subject: [PATCH] Removed the -only-static option as it is no longer required (and didn't work with the newer version of libtool anyway). llvm-svn: 7459 --- llvm/autoconf/ltmain.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/llvm/autoconf/ltmain.sh b/llvm/autoconf/ltmain.sh index f976b48bc1f3..fe83ff4fb744 100644 --- a/llvm/autoconf/ltmain.sh +++ b/llvm/autoconf/ltmain.sh @@ -405,11 +405,6 @@ if test -z "$show_help"; then continue ;; - -only-static) - build_libtool_libs=no - continue - ;; - -prefer-pic) pic_mode=yes continue