OSDN Git Service

configure: do not blank $LIBNAME if static libs disabled
authorMans Rullgard <mans@mansr.com>
Sun, 3 Jul 2011 16:05:22 +0000 (17:05 +0100)
committerMans Rullgard <mans@mansr.com>
Sun, 3 Jul 2011 16:17:16 +0000 (17:17 +0100)
Whatever reason this was done for no longer applies, and it causes
lots of make warnings.

Signed-off-by: Mans Rullgard <mans@mansr.com>
configure

index 9cde178..e315afa 100755 (executable)
--- a/configure
+++ b/configure
@@ -2524,8 +2524,6 @@ EOF
     exit 1;
 fi
 
-disabled static && LIBNAME=""
-
 die_license_disabled() {
     enabled $1 || { enabled $2 && die "$2 is $1 and --enable-$1 is not specified."; }
 }