profanity-im / libmesode

*Deprecated* Fork of libstrophe (https://github.com/strophe/libstrophe) for use with Profanity XMPP Client
Other
16 stars 10 forks source link

Allow configure to run on netbsd #11

Closed stuart-mclaren closed 4 years ago

stuart-mclaren commented 7 years ago

NetBSD's shell (/bin/sh) doesn't support '+='. Removing '+=' allows configure to run and the library to compile.

This matches configure.ac in boothj5/profanity which also doesn't use '+='.

pasis commented 4 years ago

Merged, thanks