AM_PATH_GPGME behaves wrongly when not found
Closed, ResolvedPublic

Assigned To
Authored By
stsp
May 18 2005, 10:49 PM
Subscribers

Description

Release: CVS code (post 1.0.2)

Description

Because of the missing check in gpgme.m4, when
gpgme-config is not found, the configure script
tries to execute the non-existant command "no".

Fix

Attached

Related Objects

Event Timeline

Thanks for the report.

Should be fixed in CVS (both HEAD and 1-0-branch):

2005-06-20 Marcus Brinkmann <marcus@g10code.de>

  • gpgme.m4: Only call GPGME_CONFIG if found.