aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 5cfa903f..91e76124 100755
--- a/configure
+++ b/configure
@@ -640,6 +640,9 @@ EOF
jabber=0
oscar=0
yahoo=0
+
+ echo '#undef PACKAGE' >> config.h
+ echo '#define PACKAGE "BitlBee-LIBPURPLE"' >> config.h
if [ "$events" = "libevent" ]; then
echo 'Warning: Some libpurple modules (including msn-pecan) do their event handling'