From c44df87414e75b3281e26caa287286b5c7ceba79 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Thu, 31 Jul 2003 20:59:32 +0000 Subject: 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 --- autoconf/ltmain.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'autoconf/ltmain.sh') diff --git a/autoconf/ltmain.sh b/autoconf/ltmain.sh index f976b48bc1..fe83ff4fb7 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 -- cgit v1.2.3