#3239: patch for configure.ac to use pkg-config while detecting gnutls ------------------------------+--------------------------------------------- Reporter: anto...@dyne.org | Owner: mutt-dev Type: defect | Status: new Priority: minor | Milestone: Component: mutt | Version: Keywords: | ------------------------------+--------------------------------------------- Forwarding from http://bugs.debian.org/529838
This is the bug from debian, the attached patch modifies configure.ac to call pkg-config and fetch gnutls, that should also allow you to remove m4/libgnutls.m4 {{{ The package's ./configure script is trying to invoke libgnutls-config and/or libgnutls-extra-config to search for the gnutls library. Newer version of gnutls do not ship these scripts anymore. Please use another way to search for the gnutls library, e.g. pkg-config or AC_LIB_HAVE_LINKFLAGS or AC_CHECK_FUNCS. For packages that already use pkg-config to search for other libraries, pkg-config will probably be the simplest way. Debian's gnutls packages have shipped the necessary .pc files 0.3.5-1 (June 2006). This is going to be a rc bug once gnutls26 2.8 is released and uploaded to unstable. The second release candidata of 2.8 (2.7.12) is available for testing in Debian/experimental. }}} -- Ticket URL: <http://dev.mutt.org/trac/ticket/3239> Mutt <http://www.mutt.org/> The Mutt mail user agent