Modify ↓
Opened at 2009-08-22T16:56:06Z
Closed at 2010-03-14T17:03:06Z
#518 closed defect (fixed)
configure script couldn't find (installed) gnutls-dev
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BitlBee | Version: | devel |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Linux |
OS version/distro: | Debian testing |
Description
Configure script couldn't find properly installed gnutls-dev because of lack of libgnutls-config utility in gnutls-dev package.
Steps to reproduce: configure with --ssl=gnutls on system with gnutls-dev package installed.
Reason: gnutls-dev package seems now to be distributed without libgnutls-config tool. Instead we can use pkgconfig.
Patch attached.
Attachments (1)
Change History (2)
Changed at 2009-08-22T16:57:12Z by
Attachment: | configure.diff added |
---|
comment:1 Changed at 2010-03-14T17:03:06Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This seems to be done properly in bzr for some time already, is this a patch against an old BitlBee release maybe?
Note: See
TracTickets for help on using
tickets.
Patch to use pkg-config instead of libgnutls-config in configure script.