Comment 20 for bug 44728

Revision history for this message
Luke Schierer (lschiere) wrote : Re: Gaim doesn't include SILC support

there is no --enable-silc flag to configure. Unless you are specifying which protocols to build with either --with-static-prpls or --with-dynamic-prpls (both of which take a list of protocols to build, ie --with-dynamic-prpls=oscar,irc) then SILC support will be built if the silc libraries are discovered by configure at build time. As they are often at non-standard locations (ie /usr/local/silc), there are --with-silc-includes=DIR and --with-silc-libs=DIR configure flags, but I would highly doubt these would be necessary for a debian package of libsilc. Still, I imagine that #s 1 and 2 would block even though #3 should be a non-issue.