changeset 28524:77423ba51dd4

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.
author Mark Doliner <mark@kingant.net>
date Tue, 01 Sep 2009 17:44:35 +0000
parents a5fcfbc6f3f9
children 5546612e70e2 fba8dd643796 508bd30ee8ba
files finch/Makefile.am libpurple/Makefile.am libpurple/example/Makefile.am pidgin/Makefile.am
diffstat 4 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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\" \
--- 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\" \
--- 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\" \
--- 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\" \