mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
Remove pthread option, because is not necessary to generate static application
This commit is contained in:
parent
279dece430
commit
b5fd9b0fc0
@ -7,7 +7,7 @@ AC_ARG_ENABLE([static], AC_HELP_STRING([--enable-static],[make a static build of
|
||||
LINK_STATICALLY=""
|
||||
|
||||
if test x"$enable_static" = xyes ; then
|
||||
LINK_STATICALLY=" -lpthread -static "
|
||||
LINK_STATICALLY=" -static "
|
||||
opt_features_yes="$opt_features_yes\n * make a static build of the applications"
|
||||
else
|
||||
opt_features_no="$opt_features_no\n * make a static build of the applications"
|
||||
|
Loading…
Reference in New Issue
Block a user