diff options
author | Marius Halden <marius.h@lden.org> | 2016-07-06 18:03:30 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2016-07-06 18:03:30 +0200 |
commit | 405a14e9ea1da8332d1550c7d08bc31ca469272e (patch) | |
tree | ad85d2b0780e6a4f67b16f176fd1eb3c8d1b709f /configure | |
parent | 7dae47d5ed41d6b81e091b6324a11e1bc78d22a6 (diff) |
Use saslprep, more cb stuff
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -876,6 +876,8 @@ if [ "$protocols" = "PROTOCOLS = " ]; then echo " BitlBee will run, but you will be unable to connect to IM servers!" fi +echo "EFLAGS+=$(pkg-config libidn --libs)" >> Makefile.settings + echo "PROTOCOLS = $protocols" >> Makefile.settings echo "PROTOOBJS = $protoobjs" >> Makefile.settings |