wscript: set conf.env.replace_add_global_pthread = True
authorStefan Metzmacher <metze@samba.org>
Thu, 16 May 2013 09:48:02 +0000 (11:48 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 22 May 2014 19:05:15 +0000 (21:05 +0200)
commit469e2fc36cea3bdfcd1ce983737b9a6148397237
treefdcf77182c1899e0250f575fda90bd56c86893c8
parent1672643e4498c96d2b36d8bd608644c885e01138
wscript: set conf.env.replace_add_global_pthread = True

In Samba we currently add PTHREAD CFLAGS/LDFLAGS globally.
The following changes will move the configure checks to
lib/replace and the the default of adding the flags globally will change there.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
wscript