VMime 0.9.0 autoconf build process uses the libgnutls-config script to search for GNU TLS (by using AM_PATH_LIBGNUTLS).
This script is deprecated and not shipped in gnutls 2.8.0 and later; pkg-config should now be used.
Andreas Metzler provided a patch for fixing this.
This doesn't actually fix the problem. The file attached to the SF comment only changes a line in SConstruct (not even sure what that is). The file that needs to be changed is m4/libgnutls.
Comments
Hi,
I want apply patch but i known't do it.
i am try :
patch configure fixgnutlsdetect.diff
It give me this error :
patching file configure
Hunk #1 FAILED at 1621.
1 out of 1 hunk FAILED -- saving rejects to file configure.rej
Thank you !
This doesn't actually fix the problem. The file attached to the SF comment only changes a line in SConstruct (not even sure what that is). The file that needs to be changed is m4/libgnutls.