Skip to content
Snippets Groups Projects
Commit 8c94eab0 authored by Mans Rullgard's avatar Mans Rullgard
Browse files

configure: do not blank $LIBNAME if static libs disabled


Whatever reason this was done for no longer applies, and it causes
lots of make warnings.

Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
parent c558122e
No related branches found
No related tags found
No related merge requests found
...@@ -2524,8 +2524,6 @@ EOF ...@@ -2524,8 +2524,6 @@ EOF
exit 1; exit 1;
fi fi
disabled static && LIBNAME=""
die_license_disabled() { die_license_disabled() {
enabled $1 || { enabled $2 && die "$2 is $1 and --enable-$1 is not specified."; } enabled $1 || { enabled $2 && die "$2 is $1 and --enable-$1 is not specified."; }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment