From b5fd9b0fc01ae089f5d9b4d5c74c3adde82a5331 Mon Sep 17 00:00:00 2001 From: Anthony Violo Date: Mon, 23 Feb 2015 16:37:17 +0100 Subject: [PATCH] Remove pthread option, because is not necessary to generate static application --- ac/static.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ac/static.m4 b/ac/static.m4 index 3795bdf01..480ff4645 100644 --- a/ac/static.m4 +++ b/ac/static.m4 @@ -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"