Remove pthread option, because is not necessary to generate static application

This commit is contained in:
Anthony Violo 2015-02-23 16:37:17 +01:00
parent 279dece430
commit b5fd9b0fc0

View File

@ -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"