GNOME Bugzilla – Bug 500390
configure: line 21780 1.1.42: No such file or directory
Last modified: 2007-11-29 10:48:35 UTC
checking for libgcrypt-config... then you get the warning message configure: line 21780 1.1.42: No such file or directory The fix is: change this: echo gcrypt library version < 1.1.42 - Crypto extensions will not be available. to this: echo 'gcrypt library version < 1.1.42 - Crypto extensions will not be available.'
Okay, makes sense except fix need to go in configure.in, commited to SVN revision 1450, thanks a lot ! Daniel