[mod_gnutls-devel] Patch to fix configure script

Ramkumar Chinchani ramkumar.chinchani at gmail.com
Mon Jan 13 09:49:45 CET 2014


Building against Debian "wheezy" (and the corresponding toolchain) and
following the instructions on the project website.

checking for Apache 2.0 version >= 2.0.40... yes
Use of uninitialized value $includedir in concatenation (.) or string at
(eval 9) line 1.
checking whether DEFAULT_EXP_LIBEXECDIR is declared... no
./configure: line 11923: syntax error near unexpected token `LIBGNUTLS,'
./configure: line 11923: `PKG_CHECK_MODULES(LIBGNUTLS, gnutls >= 2.12.6)'




On Mon, Jan 13, 2014 at 4:33 AM, Daniel Kahn Gillmor
<dkg at fifthhorseman.net>wrote:

> On 01/12/2014 06:58 PM, Ramkumar Chinchani wrote:
> > diff --git a/configure.ac b/configure.ac
> > index 86259fa..6e30578 100644
> > --- a/configure.ac
> > +++ b/configure.ac
> > @@ -27,7 +27,7 @@ CHECK_APACHE(,$AP_VERSION,
> >      AC_MSG_ERROR([*** Apache version $AP_VERSION not found!])
> >  )
> >
> > -PKG_CHECK_MODULES(LIBGNUTLS, [gnutls >= 2.12.6])
> > +PKG_CHECK_MODULES([LIBGNUTLS], [gnutls >= 2.12.6])
> >
> >  LIBGNUTLS_VERSION=`pkg-config --modversion gnutls`
>
> Thanks, applied.
>
> Out of curiosity, what toolchain (and what versions, and what arguments)
> were you using that this was a problem for you?  what were the error
> messages?
>
> Regards,
>
>         --dkg
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/attachments/20140113/06a539f0/attachment.html>


More information about the mod_gnutls-devel mailing list