From 5206defd662e1c576efeafebf9bfd662e0871dac Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 9 Jan 2004 07:49:50 +0000 Subject: [PATCH] Remove requirement that libs must begin with "lib". They don't when we point directly at the lib using LD_PRELOAD or its equivalent. --- ltmain.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ltmain.sh b/ltmain.sh index bb1a83657..580cac0ae 100644 --- a/ltmain.sh +++ b/ltmain.sh @@ -2753,11 +2753,6 @@ EOF eval libname=\"$libname_spec\" ;; *) - if test "$module" = no; then - $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2 - $echo "$help" 1>&2 - exit 1 - fi if test "$need_lib_prefix" != no; then # Add the "lib" prefix for modules if required name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` -- 2.40.0