diff options
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2bbb6ab2..d5a13007 100644 --- a/configure.ac +++ b/configure.ac @@ -168,7 +168,7 @@ fi # However some code in assuan/ links against it. AC_REPLACE_FUNCS(fopencookie) -AM_PATH_GPG_ERROR(0.1) +AM_PATH_GPG_ERROR(0.1,, AC_MSG_ERROR([libgpg-error was not found])) AC_DEFINE(GPG_ERR_SOURCE_DEFAULT, GPG_ERR_SOURCE_GPGME, [The default error source for GPGME.]) dnl |