aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjgeboski <jgeboski@gmail.com>2014-02-27 21:18:58 -0300
committerdequis <dx@dxzone.com.ar>2014-02-27 21:18:58 -0300
commit489847f472faa9418ffc83b4cb211bafb9757494 (patch)
tree40b7656aeead6a7ea6bb1af1b7d19ad393c17e84
parentb42269a3546bf1eb80c99952bee0cec7f344067b (diff)
pkgconfig: Plugindir fix for bitlbee.pc (Ticket #1085)
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index bc1719bc..b190b205 100755
--- a/configure
+++ b/configure
@@ -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