diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-06-18 19:34:59 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2008-06-18 19:34:59 +0200 |
commit | b7fbeb4da939bc3e0b6aca9a71cf2b738bec2dad (patch) | |
tree | b29cbcceea028f7360adc6312d2c046412b9b63d | |
parent | ca911b47bfff4f63ea745f395153f4c882b87256 (diff) |
configure: match prefix with bitlbee's one
otherwise bitlbee won't find the plugin
-rw-r--r-- | skype/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skype/configure.ac b/skype/configure.ac index 637ebc9a..486427a5 100644 --- a/skype/configure.ac +++ b/skype/configure.ac @@ -31,6 +31,7 @@ dnl Check for bitlbee PKG_CHECK_MODULES(BITLBEE, bitlbee) CFLAGS="$CFLAGS $BITLBEE_CFLAGS" LDFLAGS="$LDFLAGS $BITLBEE_LIBS" +prefix=`$PKG_CONFIG --variable=prefix bitlbee` AC_OUTPUT(config.mak) AC_OUTPUT(skyped.conf.dist) |