diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2014-02-28 23:14:11 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2014-02-28 23:14:11 +0000 |
commit | 2e815e5627b54696d4a81cddd8162fa0414b118f (patch) | |
tree | 50be645a1aa2ebe4e6acc1ce980b08b465173ba9 /configure | |
parent | 6ae1056f266bb09750de640903a45b6806477665 (diff) | |
parent | cb90dc9fbd1e2a76ea382376ca69248398f70719 (diff) |
Merging a bunch of patches from Trac, collected by dx.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -479,6 +479,7 @@ if [ "$gcov" = "1" ]; then fi if [ "$plugins" = 0 ]; then + plugindir="" echo '#undef WITH_PLUGINS' >> config.h else echo '#define WITH_PLUGINS' >> config.h @@ -570,6 +571,7 @@ fi cat <<EOF>bitlbee.pc prefix=$prefix includedir=$includedir +plugindir=$plugindir Name: bitlbee Description: IRC to IM gateway |