[mod_gnutls-devel] Patch to fix configure script

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Jan 13 05:33:14 CET 2014


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 --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 1027 bytes
Desc: OpenPGP digital signature
URL: </pipermail/attachments/20140112/473b8b48/attachment.sig>


More information about the mod_gnutls-devel mailing list