# HG changeset patch # User Mark Doliner # Date 1251827075 0 # Node ID 77423ba51dd45f41f7bb5ba9fd8fe5062be132a6 # Parent a5fcfbc6f3f945296919556f9139f75c568c969a As far as I can tell this BR_PTHREADS=0 define was used for binreloc, which we were using for autopackage support. But we don't use that anymore so it should be safe to remove this. diff -r a5fcfbc6f3f9 -r 77423ba51dd4 finch/Makefile.am --- a/finch/Makefile.am Tue Sep 01 02:54:54 2009 +0000 +++ b/finch/Makefile.am Tue Sep 01 17:44:35 2009 +0000 @@ -78,7 +78,6 @@ AM_CPPFLAGS = \ -DSTANDALONE \ - -DBR_PTHREADS=0 \ -DDATADIR=\"$(datadir)\" \ -DLIBDIR=\"$(libdir)/finch/\" \ -DLOCALEDIR=\"$(datadir)/locale\" \ diff -r a5fcfbc6f3f9 -r 77423ba51dd4 libpurple/Makefile.am --- a/libpurple/Makefile.am Tue Sep 01 02:54:54 2009 +0000 +++ b/libpurple/Makefile.am Tue Sep 01 17:44:35 2009 +0000 @@ -299,7 +299,6 @@ -lm AM_CPPFLAGS = \ - -DBR_PTHREADS=0 \ -DDATADIR=\"$(datadir)\" \ -DLIBDIR=\"$(libdir)/purple-$(PURPLE_MAJOR_VERSION)/\" \ -DLOCALEDIR=\"$(datadir)/locale\" \ diff -r a5fcfbc6f3f9 -r 77423ba51dd4 libpurple/example/Makefile.am --- a/libpurple/example/Makefile.am Tue Sep 01 02:54:54 2009 +0000 +++ b/libpurple/example/Makefile.am Tue Sep 01 17:44:35 2009 +0000 @@ -12,7 +12,6 @@ AM_CPPFLAGS = \ -DSTANDALONE \ - -DBR_PTHREADS=0 \ -DDATADIR=\"$(datadir)\" \ -DLIBDIR=\"$(libdir)/purple-$(PURPLE_MAJOR_VERSION)/\" \ -DLOCALEDIR=\"$(datadir)/locale\" \ diff -r a5fcfbc6f3f9 -r 77423ba51dd4 pidgin/Makefile.am --- a/pidgin/Makefile.am Tue Sep 01 02:54:54 2009 +0000 +++ b/pidgin/Makefile.am Tue Sep 01 17:44:35 2009 +0000 @@ -214,7 +214,6 @@ endif AM_CPPFLAGS = \ - -DBR_PTHREADS=0 \ -DDATADIR=\"$(datadir)\" \ -DLIBDIR=\"$(libdir)/pidgin/\" \ -DLOCALEDIR=\"$(datadir)/locale\" \