diff options
author | Marcus Brinkmann <[email protected]> | 2003-09-13 21:45:13 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-09-13 21:45:13 +0000 |
commit | c4ea1235d56f7ab89ff84fef894d9c0d378d8b72 (patch) | |
tree | 91d59a0c11c60c0ab1ca8fa15acbd4d3f69244dd /configure.ac | |
parent | 2003-09-13 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-c4ea1235d56f7ab89ff84fef894d9c0d378d8b72.tar.gz gpgme-c4ea1235d56f7ab89ff84fef894d9c0d378d8b72.zip |
doc/
2003-09-13 Marcus Brinkmann <[email protected]>
* gpgme.texi (Error Strings): Add gpgme_strerror_r.
gpgme/
2003-09-13 Marcus Brinkmann <[email protected]>
* gpgme.h (gpgme_strerror_r): New prototype.
* error.c (gpgme_strerror_r): New function.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c5d2fe63..bb30f8be 100644 --- a/configure.ac +++ b/configure.ac @@ -173,7 +173,7 @@ if test $have_getenv_r = no && test $have_thread_safe_getenv = no; then fi # Checking for libgpg-error. -AM_PATH_GPG_ERROR(0.3,, AC_MSG_ERROR([libgpg-error was not found])) +AM_PATH_GPG_ERROR(0.5,, AC_MSG_ERROR([libgpg-error was not found])) AC_DEFINE(GPG_ERR_SOURCE_DEFAULT, GPG_ERR_SOURCE_GPGME, [The default error source for GPGME.]) |