From: John Criswell Date: Thu, 31 Jul 2003 20:59:32 +0000 (+0000) Subject: Removed the -only-static option as it is no longer required (and didn't work X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c44df87414e75b3281e26caa287286b5c7ceba79;p=oota-llvm.git Removed the -only-static option as it is no longer required (and didn't work with the newer version of libtool anyway). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7459 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/autoconf/ltmain.sh b/autoconf/ltmain.sh index f976b48bc1f..fe83ff4fb74 100644 --- a/autoconf/ltmain.sh +++ b/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