After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 500390 - configure: line 21780 1.1.42: No such file or directory
configure: line 21780 1.1.42: No such file or directory
Status: RESOLVED FIXED
Product: libxslt
Classification: Platform
Component: general
1.1.22
Other Solaris
: Normal minor
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2007-11-29 09:58 UTC by brent.cowgill
Modified: 2007-11-29 10:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description brent.cowgill 2007-11-29 09:58: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.'
Comment 1 Daniel Veillard 2007-11-29 10:48:35 UTC
Okay, makes sense except fix need to go in configure.in,
commited to SVN revision 1450,

  thanks a lot !

Daniel